[]
Creates a WorkbookTable instance.
public WorkbookTable()
Public Sub New()
Creates a WorkbookTable instance.
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)
| 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. |