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


In This Topic
EnableSubEditor Property (TextCellType)
In This Topic
Gets or sets whether the SubEditor is available.
Syntax
'Declaration
 
Public Property EnableSubEditor As Boolean
 
'Usage
 
Dim instance As TextCellType
Dim value As Boolean
 
instance.EnableSubEditor = value
 
value = instance.EnableSubEditor
See Also