CustomProperty

CustomProperty class

Represents a custom property which store name and value pairs of arbitrary user-defined data for worksheet.

class CustomProperty;

Properties

PropertyTypeDescription
namestringReturns or sets the name of the object.
valuestringReturns or sets the value of the custom property.
binaryValueUint8ArrayGets and sets the binary value of the custom property.

name

Returns or sets the name of the object.

name : string;

value

Returns or sets the value of the custom property.

value : string;

binaryValue

Gets and sets the binary value of the custom property.

binaryValue : Uint8Array;