Aspose::Cells::Properties::CustomPropertyCollection class
Contents
[
Hide
]CustomPropertyCollection class
A collection of CustomProperty objects that represent additional information.
class CustomPropertyCollection
Methods
Method | Description |
---|---|
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() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const CustomPropertyCollection& src) | operator= |
~CustomPropertyCollection() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Properties
- Library Aspose.Cells for C++