Edit

Share via


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 InvalidArgument error to be thrown.)

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.)

TypeScript
key?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.12 ]

value

Gets or sets the value of the custom property.

TypeScript
value?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.12 ]