Range.Min Property | |
A numeric value representing the minimum value in this range.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Min AS LONG GET SET
public virtual int Min { get; set; }
Request Example
View SourceProperty Value
Type:
LongA numeric value representing the minimum value in this range.
See Also