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


In This Topic
Value Property (NumberDecimalPartField)
In This Topic
Gets or sets the value of the decimal part.
Syntax
'Declaration
 
Public Property Value As Nullable(Of Decimal)
 
'Usage
 
Dim instance As NumberDecimalPartField
Dim value As Nullable(Of Decimal)
 
instance.Value = value
 
value = instance.Value

Property Value

The Nullable value indicates the decimal part.
See Also