MaxValue Property (GcNumberCellType)
Gets or sets the maximum allowable value when using the spin option.
public decimal MaxValue {get; set;}
'Declaration
Public Property MaxValue As Decimal
'Usage
Dim instance As GcNumberCellType
Dim value As Decimal
instance.MaxValue = value
value = instance.MaxValue
Property Value
A
System.Decimal value that indicates the maximum allowable value.