[]
        
(Showing Draft Content)

C1.Web.Api.Excel.WorkbookTable.-ctor

WorkbookTable Constructor

WorkbookTable()

Creates a WorkbookTable instance.

Declaration
public WorkbookTable()
Public Sub New()

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

Creates a WorkbookTable instance.

Declaration
public WorkbookTable(string name, string range, WorkbookTableStyle style = null, List<WorkbookTableColumn> columns = null)
Public Sub New(name As String, range As String, Optional style As WorkbookTableStyle = Nothing, Optional columns As List(Of WorkbookTableColumn) = Nothing)
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.