Excel.Interfaces.WorksheetCustomPropertyCollectionLoadOptions interface
Contains the collection of worksheet-level custom property.
Remarks
Properties
| $all | Specifying |
| key | For EACH ITEM in the collection: Gets the key of the custom property. Custom property keys are case-insensitive. The key is limited to 255 characters (larger values will cause an |
| value | For EACH ITEM in the collection: Specifies the value of the custom property. |
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
key
For EACH ITEM in the collection: Gets the key of the custom property. Custom property keys are case-insensitive. The key is limited to 255 characters (larger values will cause an InvalidArgument error to be thrown.)
key?: boolean;
Property Value
boolean
Remarks
value
For EACH ITEM in the collection: Specifies the value of the custom property.
value?: boolean;
Property Value
boolean