Show / Hide Table of Contents

Class TableStyle

Inheritance
System.Object
TableStyle
Namespace: DRIT.Spreadsheet.Tables
Assembly: DRIT.Spreadsheet.dll
Syntax
public class TableStyle : object

Constructors

TableStyle()

Declaration
public TableStyle()

Properties

Elements

Declaration
public List<TableStyleElement> Elements { get; }
Property Value
Type Description
List<TableStyleElement>

FirstColumn

Declaration
public TableStyleElement FirstColumn { get; }
Property Value
Type Description
TableStyleElement

FirstColumnStripe

Declaration
public TableStyleElement FirstColumnStripe { get; }
Property Value
Type Description
TableStyleElement

FirstHeaderCell

Declaration
public TableStyleElement FirstHeaderCell { get; }
Property Value
Type Description
TableStyleElement

FirstRowStripe

Declaration
public TableStyleElement FirstRowStripe { get; }
Property Value
Type Description
TableStyleElement

FirstTotalCell

Declaration
public TableStyleElement FirstTotalCell { get; }
Property Value
Type Description
TableStyleElement

HeaderRow

Declaration
public TableStyleElement HeaderRow { get; }
Property Value
Type Description
TableStyleElement

LastColumn

Declaration
public TableStyleElement LastColumn { get; }
Property Value
Type Description
TableStyleElement

LastHeaderCell

Declaration
public TableStyleElement LastHeaderCell { get; }
Property Value
Type Description
TableStyleElement

LastTotalCell

Declaration
public TableStyleElement LastTotalCell { get; }
Property Value
Type Description
TableStyleElement

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Pivot

Declaration
public bool Pivot { get; set; }
Property Value
Type Description
System.Boolean

SecondColumnStripe

Declaration
public TableStyleElement SecondColumnStripe { get; }
Property Value
Type Description
TableStyleElement

SecondRowStripe

Declaration
public TableStyleElement SecondRowStripe { get; }
Property Value
Type Description
TableStyleElement

Table

Declaration
public bool Table { get; set; }
Property Value
Type Description
System.Boolean

TotalRow

Declaration
public TableStyleElement TotalRow { get; }
Property Value
Type Description
TableStyleElement

WholeTable

Declaration
public TableStyleElement WholeTable { get; }
Property Value
Type Description
TableStyleElement
Back to top Generated by DocFX