[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.Dialogs.BuiltInDialogs.TableStyle

TableStyle Method

TableStyle(GcSpreadSheet, ITableStyle, bool, bool)

Gets dialog that allows to customize style of the specified ITableStyle object.

Declaration
public static IDialog TableStyle(GcSpreadSheet spread, ITableStyle tableStyle, bool duplicate = false, bool pivotTable = false)
Public Shared Function TableStyle(spread As GcSpreadSheet, tableStyle As ITableStyle, Optional duplicate As Boolean = False, Optional pivotTable As Boolean = False) As IDialog
Parameters
Type Name Description
GcSpreadSheet spread

The GcSpreadSheet control to work with.

ITableStyle tableStyle

The ITableStyle object.

bool duplicate

A bool object indicates to duplicate the table style.

bool pivotTable

A bool object indicates to customize the pivottable style.

Returns
Type Description
IDialog