Aspose::Cells::Properties::ContentTypePropertyCollection::Get method

ContentTypePropertyCollection::Get(int32_t) method

Gets the content type property by the specific index.

ContentTypeProperty Aspose::Cells::Properties::ContentTypePropertyCollection::Get(int32_t index)
ParameterTypeDescription
indexint32_tThe index.

ReturnValue

The content type property

See Also

ContentTypePropertyCollection::Get(const U16String&) method

Gets the content type property by the property name.

ContentTypeProperty Aspose::Cells::Properties::ContentTypePropertyCollection::Get(const U16String &name)
ParameterTypeDescription
nameconst U16String&The property name.

ReturnValue

The content type property

See Also

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)
ParameterTypeDescription
nameconst char16_t*The property name.

ReturnValue

The content type property

See Also