Parameters
- includeHeaders
- if set to
true
, the first row of the specified cell range will be used as table header. - name
- A string value indicates the table name. If you won't provide, table name will be generated automatically.
- tableStyle
- A string value indicates the table style. Default value is TableStyleMedium2.
Return Value
A ITable object represents the created table.
null
if the table cannot be created.