ShowTableResizeForm Method
Shows a form used to resize a table whose range contains an active cell.
'Declaration
Public Shared Function ShowTableResizeForm( _
ByVal As Form, _
ByVal As FpSpread _
) As Form
'Usage
Dim parentForm As Form
Dim spread As FpSpread
Dim value As Form
value = TableUtils.ShowTableResizeForm(parentForm, spread)
Parameters
- parentForm
- The parent of this form.
- spread
- Spread to add new table to.
Return Value