Aspose::Cells::Properties::CustomPropertyCollection::Get method
Contents
[
Hide
]CustomPropertyCollection::Get(int32_t) method
Gets the custom property by the specific index.
CustomProperty Aspose::Cells::Properties::CustomPropertyCollection::Get(int32_t index)
Parameter | Type | Description |
---|---|---|
index | int32_t | The index. |
ReturnValue
The custom property
See Also
- Class CustomProperty
- Class Vector
- Class CustomPropertyCollection
- Namespace Aspose::Cells::Properties
- Library Aspose.Cells for C++
CustomPropertyCollection::Get(const U16String&) method
Gets the custom property by the property name.
CustomProperty Aspose::Cells::Properties::CustomPropertyCollection::Get(const U16String &name)
Parameter | Type | Description |
---|---|---|
name | const U16String& | The property name. |
ReturnValue
The custom property
See Also
- Class CustomProperty
- Class Vector
- Class U16String
- Class CustomPropertyCollection
- Namespace Aspose::Cells::Properties
- Library Aspose.Cells for C++
CustomPropertyCollection::Get(const char16_t*) method
Gets the custom property by the property name.
CustomProperty Aspose::Cells::Properties::CustomPropertyCollection::Get(const char16_t *name)
Parameter | Type | Description |
---|---|---|
name | const char16_t* | The property name. |
ReturnValue
The custom property
See Also
- Class CustomProperty
- Class Vector
- Class CustomPropertyCollection
- Namespace Aspose::Cells::Properties
- Library Aspose.Cells for C++