Spread Windows Forms 12.0 Product Documentation
IntegerPart Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > NumberFieldsInfo Class : IntegerPart Property
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
public NumberIntegerPartFieldInfo IntegerPart {get;}

Property Value

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

Reference

NumberFieldsInfo Class
NumberFieldsInfo Members