Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableUtils Class / ShowTableCreatorForm Method
The parent of this form.
Spread to add new table to.


In This Topic
ShowTableCreatorForm Method
In This Topic
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)

Parameters

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

Return Value

See Also