Aspose::Cells::Properties::CustomPropertyCollection class

CustomPropertyCollection class

A collection of CustomProperty objects that represent additional information.

class CustomPropertyCollection

Methods

MethodDescription
Add(const U16String& name, const U16String& value)Adds custom property information.
Add(const char16_t* name, const char16_t* value)Adds custom property information.
CustomPropertyCollection(CustomPropertyCollection_Impl* impl)Constructs from an implementation object.
CustomPropertyCollection(const CustomPropertyCollection& src)Copy constructor.
Get(int32_t index)Gets the custom property by the specific index.
Get(const U16String& name)Gets the custom property by the property name.
Get(const char16_t* name)Gets the custom property by the property name.
GetCount()
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const CustomPropertyCollection& src)operator=
~CustomPropertyCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also