Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiColumnEditor Class / ShowSubEditor Method


In This Topic
ShowSubEditor Method (MultiColumnEditor)
In This Topic
Shows or hides the subeditor control associated with the cell.
Syntax
'Declaration
 
Public Overrides Sub ShowSubEditor( _
   ByVal bShow As Boolean _
) 
 
'Usage
 
Dim instance As MultiColumnEditor
Dim bShow As Boolean
 
instance.ShowSubEditor(bShow)

Parameters

bShow
See Also