GetNameByIndex()

TagCollection::GetNameByIndex(int32_t) method

Returns key of a tag at the specified index.

System::String Aspose::Slides::TagCollection::GetNameByIndex(int32_t index) override

Arguments

ParameterTypeDescription
indexint32_tIndex of a tag to return.

Return Value

Key of a tag.

See Also