Excel.Interfaces.WorksheetCustomPropertyData interface
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