'Declaration
Public Overridable Function RemoveControl( _ ByVal child As Control, _ ByVal sheetIndex As Integer _ ) As Boolean
'Usage
Dim instance As FpSpread Dim child As Control Dim sheetIndex As Integer Dim value As Boolean value = instance.RemoveControl(child, sheetIndex)
public virtual bool RemoveControl( Control child, int sheetIndex )
Parameters
- child
- Child control being removed
- sheetIndex
- Sheet index
Return Value
True if the control was successfully removed; otherwise, false