TableToRangeOptions

TableToRangeOptions class

Represents the options when converting table to range.

class TableToRangeOptions;

Constructors

NameDescription
constructor()Default Constructor.

Properties

PropertyTypeDescription
lastRownumberGets 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;