[]
        
(Showing Draft Content)

C1.Web.Mvc.Sheet.WorkbookTable

WorkbookTable Class

Represents the Table definition.

Inheritance
WorkbookTable
Namespace: C1.Web.Mvc.Sheet
Assembly: C1.Web.Mvc.FlexSheet.dll
Syntax
public class WorkbookTable

Constructors

Name Description
WorkbookTable()

Creates a WorkbookTable instance.

WorkbookTable(string, string, WorkbookTableStyle, List<WorkbookTableColumn>)

Creates a WorkbookTable instance.

Properties

Name Description
AlterFirstColumn

Indicating whether the first column in the table should have the style applied.

AlterLastColumn

Indicating whether the last column in the table should have the style applied.

Columns

Gets the columns of the table.

Name

Gets or sets the name of the table.

Range

Gets or sets range on the relevant sheet that the table occupies expressed using A1 style referencing. i.e. "A1:D4".

ShowBandedColumns

Indicating whether banded column formatting is applied.

ShowBandedRows

Indicating whether banded row formatting is applied.

ShowHeaderRow

Indicating whether show the header row for the table.

ShowTotalRow

Indicating whether show the total row for the table.

Style

Gets or sets table style to use with the table.