EditMode Property (GcNumberCellType)
Gets or sets the edit mode of the control.
'Declaration
Public Property EditMode As EditMode
'Usage
Dim instance As GcNumberCellType
Dim value As EditMode
instance.EditMode = value
value = instance.EditMode
Property Value
A
EditMode value that indicates the edit mode of this control.
The default is
EditMode.Insert.