[]
Gets dialog that allows to customize style of the specified ITableStyle object.
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
| 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. |
| Type | Description |
|---|---|
| IDialog |