CustomProperty Class
CustomProperty class
Represents a custom property which store name and value pairs of arbitrary user-defined data for worksheet.
type CustomProperty struct {
ptr unsafe.Pointer
}
Constructors
Methods
| Method | Description |
|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetName | Returns or sets the name of the object. |
| SetName | Returns or sets the name of the object. |
| GetValue | Returns or sets the value of the custom property. |
| SetValue | Returns or sets the value of the custom property. |
| GetBinaryValue | Gets and sets the binary value of the custom property. |
| SetBinaryValue | Gets and sets the binary value of the custom property. |