[]
        
(Showing Draft Content)

C1.Web.Mvc.Sheet.Table

Table Class

Represents a Table within the FlexSheet control.

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

Constructors

Name Description
Table()

Creates one Table instance.

Table(HtmlHelper)

Creates one Table instance.

Properties

Name Description
AlterFirstColumn

Gets or sets a value that determines whether the first table column should have the style applied.

AlterLastColumn

Gets or sets a value that determines whether the last table column should have the style applied.

Columns

Gets or sets the table's columns.

ItemsSource

Gets ItemsSource settings.

Name

Gets or sets the table name.

Range

Gets or sets the range of the table.

ShowBandedColumns

Indicating whether banded column formatting is applied.

ShowBandedRows

Gets or sets a value that determines whether banded row formatting is applied.

ShowHeaderRow

Indicates whether the table should include a header row.

ShowTotalRow

Indicates whether the table should include a total row.

Style

Gets or sets the TableStyle associated with this table.