Parameters
- row
- An integer value indicates the top row index.
- column
- An integer value indicates the left column index.
- row2
- An integer value indicates the bottom row index.
- column2
- An integer value indicates the right column index.
- 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 Table value represents the created table.
null
if the table cannot be created.