Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.Interfaces.LinkedWorkbookLoadOptions interface
- Package:
- excel
Contains information about a linked workbook. If a workbook has links pointing to data in another workbook, the second workbook is linked to the first workbook. In this scenario, the second workbook is called the "linked workbook".
Properties
| $all | Specifying |
| id | The original URL pointing to the linked workbook. It is unique across all linked workbooks in the collection. |
Property Details
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
id
The original URL pointing to the linked workbook. It is unique across all linked workbooks in the collection.
id?: boolean;
Property Value
boolean
Remarks
Office Add-ins
Feedback
Was this page helpful?
