Spread Windows Forms 12.0 Product Documentation
RemoveControl(String) Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class > RemoveControl Method : RemoveControl(String) Method
Name of child control
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

Reference

SheetView Class
SheetView Members
Overload List