Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumber Class / Fields Property


In This Topic
    Fields Property (GcNumber)
    In This Topic
    Gets the fields of the GcNumber control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Fields As NumberFields
    'Usage
     
    
    Dim instance As GcNumber
    Dim value As NumberFields
     
    value = instance.Fields
    public NumberFields Fields {get;}

    Property Value

    A GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberFields representing the items in the GcNumber.
    Remarks
    This property determines how to display the Value of this control.
    See Also