[]
Creates the ITable at the specified cell range.
ITable CreateTable(bool includeHeaders, string name = null, string tableStyle = null)
Function CreateTable(includeHeaders As Boolean, Optional name As String = Nothing, Optional tableStyle As String = Nothing) As ITable
Type | Name | Description |
---|---|---|
bool | includeHeaders | if set to |
string | name | A string value indicates the table name. If you won't provide, table name will be generated automatically. |
string | tableStyle | A string value indicates the table style. Default value is TableStyleMedium2. |
Type | Description |
---|---|
ITable | A ITable object represents the created table. |