[]
Creates a WorkbookTable instance.
public WorkbookTable()
Creates a WorkbookTable instance.
public WorkbookTable(string name, string range, WorkbookTableStyle style = null, List<WorkbookTableColumn> columns = null)
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. |