Aspose::Cells::Properties::CustomProperty class

CustomProperty class

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

class CustomProperty

Methods

MethodDescription
CustomProperty(CustomProperty_Impl* impl)Constructs from an implementation object.
CustomProperty(const CustomProperty& src)Copy constructor.
GetBinaryValue()Gets and sets the binary value of the custom property.
GetName()Returns or sets the name of the object.
GetValue()Returns or sets the value of the custom property.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const CustomProperty& src)operator=
SetBinaryValue(const Vector <uint8_t>& value)Gets and sets the binary value of the custom property.
SetName(const U16String& value)Returns or sets the name of the object.
SetName(const char16_t* value)Returns or sets the name of the object.
SetValue(const U16String& value)Returns or sets the value of the custom property.
SetValue(const char16_t* value)Returns or sets the value of the custom property.
~CustomProperty()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also