[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Dialogs.BuiltInDialogs.CreateTable

CreateTable Method

CreateTable(FpSpread, string, bool)

Shows the CreateTable dialog.

Declaration
public static Form CreateTable(FpSpread spread, string tableStyleName = null, bool clearFormatting = false)
Public Shared Function CreateTable(spread As FpSpread, Optional tableStyleName As String = Nothing, Optional clearFormatting As Boolean = False) As Form
Parameters
Type Name Description
FpSpread spread

The FpSpread owner.

string tableStyleName

Style name that apply to the new table.

bool clearFormatting
Returns
Type Description
Form