RecommendedValue Property (GcNumberCellType)
Gets or sets the recommended value.
public decimal RecommendedValue {get; set;}
'Declaration
Public Property RecommendedValue As Decimal
'Usage
Dim instance As GcNumberCellType
Dim value As Decimal
instance.RecommendedValue = value
value = instance.RecommendedValue
Property Value
A
System.String value that indicates the recommended value.
The default is
System.Decimal.Zero.
Exception | Description |
System.ArgumentException |
Occurs when an invalid value that does not match the current pattern
is set with the RecommendedValue property.
|