'Declaration
Public Overloads Overridable Function AddControl( _ 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.AddControl(child, sheetIndex)
public virtual bool AddControl( Control child, int sheetIndex )
Parameters
- child
- Child control being added
- sheetIndex
- Index of the sheet
Return Value
True if the control was successfully added; otherwise, false