'Declaration
Public Shared Function CreateTable( _ ByVal spread As FpSpread, _ Optional ByVal tableStyleName As String, _ Optional ByVal clearFormatting 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)
public static Form CreateTable( FpSpread spread, string tableStyleName, bool clearFormatting )
Parameters
- spread
- The FarPoint.Win.Spread.FpSpread owner.
- tableStyleName
- Style name that apply to the new table.
- clearFormatting