Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / RemoveControl Method / RemoveControl(String) Method
Name of child control


In This Topic
    RemoveControl(String) Method
    In This Topic
    Removes the child control, by name, from the control container for the sheet.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub RemoveControl( _
       ByVal name As String _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim name As String
     
    instance.RemoveControl(name)
    public virtual void RemoveControl( 
       string name
    )

    Parameters

    name
    Name of child control
    See Also