Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ClearControls Method


In This Topic
    ClearControls Method
    In This Topic
    Removes all child controls from the control container for the sheet.
    Syntax
    'Declaration
     
    
    Public Overridable Sub ClearControls() 
    'Usage
     
    
    Dim instance As SheetView
     
    instance.ClearControls()
    public virtual void ClearControls()
    See Also