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