GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberCellType Class / SubEditor Property


In This Topic
SubEditor Property (GcNumberCellType)
In This Topic
Gets or sets the subeditor.
Syntax
'Declaration
 
Public Overridable Property SubEditor As ISubEditor
 
'Usage
 
Dim instance As GcNumberCellType
Dim value As ISubEditor
 
instance.SubEditor = value
 
value = instance.SubEditor
See Also