[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.RemoveControl

RemoveControl Method

RemoveControl(Control)

Removes the child control from the control container for the sheet.

Declaration
public virtual void RemoveControl(Control child)
Public Overridable Sub RemoveControl(child As Control)
Parameters
Type Name Description
Control child

Child control

RemoveControl(string)

Removes the child control, by name, from the control container for the sheet.

Declaration
public virtual void RemoveControl(string name)
Public Overridable Sub RemoveControl(name As String)
Parameters
Type Name Description
string name

Name of child control