Aspose::Cells::Properties::CustomProperty class

CustomProperty class

Represents identifier information.

class CustomProperty

Methods

MethodDescription
CustomProperty()Default constructor.
CustomProperty(CustomProperty_Impl* impl)Constructs from an implementation object.
CustomProperty(const CustomProperty& src)Copy constructor.
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=
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