Removes the child control, by name, from the control container for the sheet.
Syntax
'Declaration
Public Overloads Overridable Sub RemoveControl( _
ByVal As String _
)
'Usage
Dim instance As SheetView
Dim name As String
instance.RemoveControl(name)
public virtual void RemoveControl(
string
)
Parameters
- name
- Name of child control
See Also