GetValueByIndex()

ITagCollection::GetValueByIndex(int32_t) method

Returns value of a tag at the specified index.

virtual System::String Aspose::Slides::ITagCollection::GetValueByIndex(int32_t index)=0

Arguments

ParameterTypeDescription
indexint32_tIndex of a tag to return.

Return Value

Value of a tag.

See Also