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


In This Topic
    Fields Property (GcTimeSpanCellType)
    In This Topic
    Gets the fields.
    Syntax
    'Declaration
     
    
    Public Property Fields As TimeSpanFieldCollectionInfo
    'Usage
     
    
    Dim instance As GcTimeSpanCellType
    Dim value As TimeSpanFieldCollectionInfo
     
    instance.Fields = value
     
    value = instance.Fields
    public TimeSpanFieldCollectionInfo Fields {get; set;}

    Property Value

    A GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanFieldCollection object that represents the items in GcTimeSpan.
    Remarks
    This property determines how to display the GrapeCity.Win.Value of this control.
    See Also