Excel.Interfaces.WorksheetCustomPropertyData interface
An interface describing the data returned by calling worksheetCustomProperty.toJSON()
.
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. |
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
Gets or sets the value of the custom property.
value?: string;
Property Value
string
Remarks
Office Add-ins feedback
Office Add-ins is an open source project. Select a link to provide feedback: