Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTime Class / Fields Property


In This Topic
Fields Property (GcDateTime)
In This Topic
Syntax
'Declaration
 
Public ReadOnly Property Fields As DateTimeFieldCollection
 
'Usage
 
Dim instance As GcDateTime
Dim value As DateTimeFieldCollection
 
value = instance.Fields

Property Value

A GrapeCity.Win.Spread.InputMan.CellType.Fields.DateTimeFieldCollection that represents the items in GcDateTime.
Remarks
This property determines how to display and edit the Value of this control.
See Also