Spread Windows Forms 17
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()
    public SpreadChildControlContainer GetControlContainer()
    See Also