Excel.Interfaces.BindingCollectionLoadOptions interface
Represents the collection of all the binding objects that are part of the workbook.
Remarks
Properties
$all | Specifying |
id | For EACH ITEM in the collection: Represents the binding identifier. |
type | For EACH ITEM in the collection: Returns the type of the binding. See |
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
For EACH ITEM in the collection: Represents the binding identifier.
id?: boolean;
Property Value
boolean
Remarks
type
For EACH ITEM in the collection: Returns the type of the binding. See Excel.BindingType
for details.
type?: boolean;
Property Value
boolean
Remarks
Office Add-ins