FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / TextCellType Class / SubEditor Property


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