Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.Interfaces.WorksheetCustomPropertyData interface
- Package:
- excel
An interface describing the data returned by calling worksheetCustomProperty.toJSON().
Properties
| key | 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 | Specifies the value of the custom property. |
Property Details
key
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?: string;
Property Value
string
Remarks
value
Specifies the value of the custom property.
value?: string;
Property Value
string
Remarks
Office Add-ins
Feedback
Was this page helpful?
