'Declaration
Public Property MaximumValue As Decimal
'Usage
Dim instance As CurrencyCellType Dim value As Decimal instance.MaximumValue = value value = instance.MaximumValue
public decimal MaximumValue {get; set;}
'Declaration
Public Property MaximumValue As Decimal
'Usage
Dim instance As CurrencyCellType Dim value As Decimal instance.MaximumValue = value value = instance.MaximumValue
public decimal MaximumValue {get; set;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | Specified value is beyond accepted limits |