TableToRangeOptions
Contents
[
Hide
]TableToRangeOptions class
Represents the options when converting table to range.
class TableToRangeOptions;
Constructors
Name | Description |
---|---|
constructor() | Default Constructor. |
Methods
Method | Description |
---|---|
getLastRow() | Gets and sets the last row index of the table. |
setLastRow(number) | Gets and sets the last row index of the table. |
isNull() | Checks whether the implementation object is null. |
constructor()
Default Constructor.
constructor();
getLastRow()
Gets and sets the last row index of the table.
getLastRow() : number;
setLastRow(number)
Gets and sets the last row index of the table.
setLastRow(value: number) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | number | The value to set. |
isNull()
Checks whether the implementation object is null.
isNull() : boolean;