[]
Creates a table that includes the specified range of cells and returns the newly created object.
ITable Add(IRange range, bool containsHeader = false)
Function Add(range As IRange, Optional containsHeader As Boolean = False) As ITable
| Type | Name | Description |
|---|---|---|
| IRange | range | The applied range. |
| bool | containsHeader | Whether the range contains a header. |
| Type | Description |
|---|---|
| ITable | Returns ITable |