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.
begin()Returns an iterator to the beginning of the CustomPropertyCollection.
CustomPropertyCollection(CustomPropertyCollection_Impl* impl)Constructs from an implementation object.
CustomPropertyCollection(const CustomPropertyCollection& src)Copy constructor.
end()Returns an iterator to the end of the CustomPropertyCollection.
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()Gets the number of elements contained in the instance.
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