Spread WinForms 15
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

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