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