CreateTable Method (BuiltInDialogs)
Shows the CreateTable dialog.
'Declaration
Public Shared Function CreateTable( _
ByVal As FpSpread, _
Optional ByVal As String, _
Optional ByVal As Boolean _
) As Form
'Usage
Dim spread As FpSpread
Dim tableStyleName As String
Dim clearFormatting As Boolean
Dim value As Form
value = BuiltInDialogs.CreateTable(spread, tableStyleName, clearFormatting)
Parameters
- spread
- The FarPoint.Win.Spread.FpSpread owner.
- tableStyleName
- Style name that apply to the new table.
- clearFormatting