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 | Gets or sets 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
Gets or sets the value of the custom property.
value?: string;
Property Value
string
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins