TableToRangeOptions

TableToRangeOptions class

Represents the options when converting table to range.

class TableToRangeOptions;

Constructors

NameDescription
constructor()Default Constructor.

Methods

MethodDescription
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:

ParameterTypeDescription
valuenumberThe value to set.

isNull()

Checks whether the implementation object is null.

isNull() : boolean;