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


In This Topic
FieldsEditMode Property (GcDateTime)
In This Topic
Gets or sets the fields edit mode.
Syntax
'Declaration
 
Public Property FieldsEditMode As FieldsEditMode
 
'Usage
 
Dim instance As GcDateTime
Dim value As FieldsEditMode
 
instance.FieldsEditMode = value
 
value = instance.FieldsEditMode

Property Value

A FieldsEditMode enumeration value that indicates the fields edit mode.
The default is FieldsEditMode.LeftSide.
Remarks
The FieldsEditMode property determines how to edit fields when the user inputs data.
See Also