Aspose::Cells::Properties::DocumentPropertyCollection::Get method
Contents
[
Hide
]DocumentPropertyCollection::Get(int32_t) method
Returns a DocumentProperty object by index.
DocumentProperty Aspose::Cells::Properties::DocumentPropertyCollection::Get(int32_t index)
Parameter | Type | Description |
---|---|---|
index | int32_t | Zero-based index of the DocumentProperty to retrieve. |
See Also
- Class DocumentProperty
- Class Vector
- Class DocumentPropertyCollection
- Namespace Aspose::Cells::Properties
- Library Aspose.Cells for C++
DocumentPropertyCollection::Get(const U16String&) method
Returns a DocumentProperty object by the name of the property.
DocumentProperty Aspose::Cells::Properties::DocumentPropertyCollection::Get(const U16String &name)
Parameter | Type | Description |
---|---|---|
name | const U16String& | The case-insensitive name of the property to retrieve. |
Remarks
Returns null if a property with the specified name is not found.
See Also
- Class DocumentProperty
- Class Vector
- Class U16String
- Class DocumentPropertyCollection
- Namespace Aspose::Cells::Properties
- Library Aspose.Cells for C++
DocumentPropertyCollection::Get(const char16_t*) method
Returns a DocumentProperty object by the name of the property.
DocumentProperty Aspose::Cells::Properties::DocumentPropertyCollection::Get(const char16_t *name)
Parameter | Type | Description |
---|---|---|
name | const char16_t* | The case-insensitive name of the property to retrieve. |
Remarks
Returns null if a property with the specified name is not found.
See Also
- Class DocumentProperty
- Class Vector
- Class DocumentPropertyCollection
- Namespace Aspose::Cells::Properties
- Library Aspose.Cells for C++