Excel.RangeReference interface
Represents a string reference of the form "SheetName!A1:B5", or a global or local named range.
Remarks
Properties
address | The address of the range, for example "SheetName!A1:B5". |
Property Details
address
The address of the range, for example "SheetName!A1:B5".
address: string;
Property Value
string