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

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetNameReturns or sets the name of the object.
SetNameReturns or sets the name of the object.
GetValueReturns or sets the value of the custom property.
SetValueReturns or sets the value of the custom property.
GetBinaryValueGets and sets the binary value of the custom property.
SetBinaryValueGets and sets the binary value of the custom property.