RemoveControl Method (FpSpread)
Removes a child control from the specified sheet.
'Declaration
Public Overridable Function RemoveControl( _
ByVal As Control, _
ByVal 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)
Parameters
- child
- Child control being removed
- sheetIndex
- Sheet index
Return Value
True if the control was successfully removed; otherwise, false