CustomProperty
CustomProperty class
Represents a custom property which store name and value pairs of arbitrary user-defined data for worksheet.
class CustomProperty;
Properties
| Property | Type | Description |
|---|---|---|
| name | string | Returns or sets the name of the object. |
| value | string | Returns or sets the value of the custom property. |
| binaryValue | Uint8Array | Gets 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;