[]
        
(Showing Draft Content)

C1.Web.Mvc.Sheet.WorkbookTable.-ctor

WorkbookTable Constructor

WorkbookTable()

Creates a WorkbookTable instance.

Declaration
public WorkbookTable()

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

Creates a WorkbookTable instance.

Declaration
public WorkbookTable(string name, string range, WorkbookTableStyle style = null, List<WorkbookTableColumn> columns = null)
Parameters
Type Name Description
string name

The name of the table.

string range

The range of the table.

WorkbookTableStyle style

The table style to use with the table.

List<WorkbookTableColumn> columns

The columns of the table.