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


In This Topic
Fields Property (GcTimeSpan)
In This Topic
Gets the fields of the control.
Syntax
'Declaration
 
Public ReadOnly Property Fields As TimeSpanFieldCollection
 
'Usage
 
Dim instance As GcTimeSpan
Dim value As TimeSpanFieldCollection
 
value = instance.Fields

Property Value

An GrapeCity.Win.Views.TimeSpanFieldCollection representing the items in the GcTimeSpan.
Remarks
This property determines how to display the Value of this control.
See Also