Excel.Interfaces.LinkedWorkbookLoadOptions interface
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".
Remarks
[ API set: ExcelApiOnline 1.1 ]
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