Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableUtils Class / DuplicateTableStyle Method
Table Style Editor Form
Name of style to edit
Whether the style is default


In This Topic
    DuplicateTableStyle Method
    In This Topic
    Duplicate a table style.
    Syntax
    'Declaration
     
    
    Public Shared Function DuplicateTableStyle( _
       ByVal tableStyleEditorForm As Form, _
       ByVal styleName As String, _
       ByRef isDefaultStyle As Boolean, _
       Optional ByVal executeCommand As Boolean _
    ) As TableStyle
    'Usage
     
    
    Dim tableStyleEditorForm As Form
    Dim styleName As String
    Dim isDefaultStyle As Boolean
    Dim executeCommand As Boolean
    Dim value As TableStyle
     
    value = TableUtils.DuplicateTableStyle(tableStyleEditorForm, styleName, isDefaultStyle, executeCommand)

    Parameters

    tableStyleEditorForm
    Table Style Editor Form
    styleName
    Name of style to edit
    isDefaultStyle
    Whether the style is default
    executeCommand

    Return Value

    A TableStyle object.
    See Also