Spread Windows Forms 12.0 Product Documentation
ShowTableResizeForm Method
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > TableUtils Class : ShowTableResizeForm Method
The parent of this form.
Spread to add new table to.
Shows a form used to resize a table whose range contains an active cell.
Syntax
'Declaration
 
Public Shared Function ShowTableResizeForm( _
   ByVal parentForm As Form, _
   ByVal spread As FpSpread _
) As Form
'Usage
 
Dim parentForm As Form
Dim spread As FpSpread
Dim value As Form
 
value = TableUtils.ShowTableResizeForm(parentForm, spread)
public static Form ShowTableResizeForm( 
   Form parentForm,
   FpSpread spread
)

Parameters

parentForm
The parent of this form.
spread
Spread to add new table to.

Return Value

Example
This example uses the ShowTableResizeForm method.
FarPoint.Win.Spread.TableUtils.ShowTableResizeForm(this, this.fpSpread1);
FarPoint.Win.Spread.TableUtils.ShowTableResizeForm(Me, FpSpread1)
See Also

Reference

TableUtils Class
TableUtils Members