Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / NumberFieldsInfo Class / IntegerPart Property


In This Topic
IntegerPart Property (NumberFieldsInfo)
In This Topic
Gets the integer part field of GcNumberCellType.
Syntax
'Declaration
 
Public ReadOnly Property IntegerPart As NumberIntegerPartFieldInfo
 
'Usage
 
Dim instance As NumberFieldsInfo
Dim value As NumberIntegerPartFieldInfo
 
value = instance.IntegerPart

Property Value

A GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberIntegerPartFieldInfo object that indicates the field for the integer part.
See Also