Spread Windows Forms 8.0 Product Documentation
ShowTableResizeForm Method
Example 


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.
Example
This example uses the ShowTableResizeForm method.
FarPoint.Win.Spread.TableUtils.ShowTableResizeForm(this, this.fpSpread1);
FarPoint.Win.Spread.TableUtils.ShowTableResizeForm(Me, FpSpread1)
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

TableUtils Class
TableUtils Members

 

 


Copyright © GrapeCity, inc. All rights reserved.