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
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins