Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetControlContainer Method


In This Topic
GetControlContainer Method
In This Topic
Gets the control container for a sheet.
Syntax
'Declaration
 
Public Function GetControlContainer() As SpreadChildControlContainer
 
'Usage
 
Dim instance As SheetView
Dim value As SpreadChildControlContainer
 
value = instance.GetControlContainer()
See Also