Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / NumberFields Class / IntegerPart Property


In This Topic
    IntegerPart Property (NumberFields)
    In This Topic
    Gets the integer part field of the GrapeCity.Win.Spread.InputMan.CellType.GcNumber control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IntegerPart As NumberIntegerPartField
    'Usage
     
    
    Dim instance As NumberFields
    Dim value As NumberIntegerPartField
     
    value = instance.IntegerPart
    public NumberIntegerPartField IntegerPart {get;}

    Property Value

    A NumberIntegerPartField object indicates field for the integer part.
    See Also