Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ISubEditor Interface / GetSubEditorControl Method


In This Topic
GetSubEditorControl Method (ISubEditor)
In This Topic
Gets the control associated with the subeditor.
Syntax
'Declaration
 
Function GetSubEditorControl() As Control
 
'Usage
 
Dim instance As ISubEditor
Dim value As Control
 
value = instance.GetSubEditorControl()
See Also