Excel.RangeReference interface

Represents a string reference of the form "SheetName!A1:B5", or a global or local named range.

Remarks

[ API set: ExcelApi 1.2 ]

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

Remarks

[ API set: ExcelApi 1.2 ]