Spread Windows Forms 12.0 Product Documentation
Fields Property (GcTimeSpanCellType)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > GcTimeSpanCellType Class : Fields Property
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

Reference

GcTimeSpanCellType Class
GcTimeSpanCellType Members