Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumber Class / Value Property


Value Property (GcNumber)
Gets or sets the decimal value assigned to the control.
Syntax
'Declaration
 
Public Property Value As Nullable(Of Decimal)
 
'Usage
 
Dim instance As GcNumber
Dim value As Nullable(Of Decimal)
 
instance.Value = value
 
value = instance.Value

Property Value

A Nullable value indicates the value.
The default is System.Decimal.Zero.
Exceptions
ExceptionDescription
The value is less than MinValue or greater than MaxValue.
Remarks
A string that made of all chars in fields and exclude literals. No matter what fields this control has, this Value is always same.
See Also