Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Dialogs Namespace / BuiltInDialogs Class / CreateTable Method
The FarPoint.Win.Spread.FpSpread owner.
Style name that apply to the new table.


In This Topic
    CreateTable Method (BuiltInDialogs)
    In This Topic
    Shows the CreateTable dialog.
    Syntax
    '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
    See Also