Class PivotTableStyle
Inheritance
System.Object
PivotTableStyle
Namespace: DRIT.Spreadsheet.Pivot
Assembly: DRIT.Spreadsheet.dll
Syntax
public class PivotTableStyle : object
Properties
DisplayBandedColumns
Gets whether to display banded columns, so even columns are formatted differently from odd columns.
Declaration
public bool DisplayBandedColumns { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
DisplayBandedRows
Gets whether to display banded columns, so even columns are formatted differently from odd columns.
Declaration
public bool DisplayBandedRows { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
ShowColumnHeaders
Gets whether to display special formatting for the first column of the table.
Declaration
public bool ShowColumnHeaders { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowPivotStyleLastColumn
Declaration
public bool ShowPivotStyleLastColumn { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowRowHeaders
Gets whether to display special formatting for the first column of the table.
Declaration
public bool ShowRowHeaders { get; }
Property Value
Type | Description |
---|---|
System.Boolean |