TableToRangeOptions
TableToRangeOptions class
Represents the options when converting table to range.
class TableToRangeOptions;
Constructors
| Name | Description |
|---|---|
| constructor() | Default Constructor. |
Properties
| Property | Type | Description |
|---|---|---|
| lastRow | number | Gets and sets the last row index of the table. |
constructor()
Default Constructor.
constructor();
lastRow
Gets and sets the last row index of the table.
lastRow : number;