GetValueByIndex()

TagCollection::GetValueByIndex(int32_t) method

Returns value of a tag at the specified index.

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

Arguments

ParameterTypeDescription
indexint32_tIndex of a tag to return.

Return Value

Value of a tag.

See Also