Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableUtils Class / CreateNewTableStyle Method
Table Style Editor Form
Whether the style is default


In This Topic
    CreateNewTableStyle Method
    In This Topic
    Creates a new table style.
    Syntax
    'Declaration
     
    
    Public Shared Function CreateNewTableStyle( _
       ByVal tableStyleEditorForm As Form, _
       ByRef isDefaultStyle As Boolean, _
       Optional ByVal executeCommand As Boolean _
    ) As TableStyle
    'Usage
     
    
    Dim tableStyleEditorForm As Form
    Dim isDefaultStyle As Boolean
    Dim executeCommand As Boolean
    Dim value As TableStyle
     
    value = TableUtils.CreateNewTableStyle(tableStyleEditorForm, isDefaultStyle, executeCommand)
    public static TableStyle CreateNewTableStyle( 
       Form tableStyleEditorForm,
       ref bool isDefaultStyle,
       bool executeCommand
    )

    Parameters

    tableStyleEditorForm
    Table Style Editor Form
    isDefaultStyle
    Whether the style is default
    executeCommand

    Return Value

    A TableStyle object.
    See Also