Low Property
Summary
Gets or sets the low value for the range to be filled.
Syntax
public int Low { get; set; }
Public Property Low As Integer
public:
property int Low {
int get();
void set ( int );
}
Property Value
Represents the low value for the range to be filled.