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


In This Topic
    Fields Property (GcNumberCellType)
    In This Topic
    A GrapeCity.Win.Spread.InputMan.CellType.NumberFields object that represents the items in the GcNumber object.
    Syntax
    'Declaration
     
    
    Public Property Fields As NumberFieldsInfo
    'Usage
     
    
    Dim instance As GcNumberCellType
    Dim value As NumberFieldsInfo
     
    instance.Fields = value
     
    value = instance.Fields
    public NumberFieldsInfo Fields {get; set;}

    Property Value

    A GrapeCity.Win.Spread.InputMan.CellType.NumberFields object that represents the items in the GcNumber object.
    Remarks
    This property determines how to display and edit the GcNumber of this control.
    See Also