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