Spread Windows Forms 9.0 Product Documentation
ShowTableCreatorForm Method
Example 


The parent of this form.
Spread to add new table to.
Shows a form used to create a new table.
Syntax
'Declaration
 
Public Shared Function ShowTableCreatorForm( _
   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.ShowTableCreatorForm(parentForm, spread)
public static Form ShowTableCreatorForm( 
   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 ShowTableCreatorForm method.
FarPoint.Win.Spread.TableUtils.ShowTableCreatorForm(this, this.fpSpread1);
FarPoint.Win.Spread.TableUtils.ShowTableCreatorForm(Me, FpSpread1)
Requirements

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

See Also

Reference

TableUtils Class
TableUtils Members

 

 


Copyright © GrapeCity, inc. All rights reserved.