Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / TableStyleCommand Class / Modify Method


In This Topic
    Modify Method (TableStyleCommand)
    In This Topic
    Modifies the table style of specified tables.
    Syntax
    'Declaration
     
    
    Public Shared Function Modify( _
       ByVal workbook As Workbook, _
       ByVal tableStyleElements As Dictionary(Of TableStyleElementType,Tuple(Of StyleFormat,Integer)), _
       ByVal name As String, _
       Optional ByVal isDefaultTableStyle As Boolean, _
       Optional ByVal newName As String _
    ) As TableStyleCommand
    'Usage
     
    
    Dim workbook As Workbook
    Dim tableStyleElements As Dictionary(Of TableStyleElementType,Tuple(Of StyleFormat,Integer))
    Dim name As String
    Dim isDefaultTableStyle As Boolean
    Dim newName As String
    Dim value As TableStyleCommand
     
    value = TableStyleCommand.Modify(workbook, tableStyleElements, name, isDefaultTableStyle, newName)

    Parameters

    workbook
    tableStyleElements
    name
    isDefaultTableStyle
    newName
    See Also