Spread WinForms 15
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)

Parameters

name
Name of child control
See Also