'Declaration
Public Property MaxValue As Decimal
'Usage
Dim instance As GcNumberCellType Dim value As Decimal instance.MaxValue = value value = instance.MaxValue
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
public decimal MaxValue {get; set;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | The value is less than MinValue or greater than the default value. |