IndexOfName()

TagCollection::IndexOfName(System::String) method

Returns the zero-based index of the specified key in the collection.

int32_t Aspose::Slides::TagCollection::IndexOfName(System::String name) override

Arguments

ParameterTypeDescription
nameSystem::StringThe name to locate in the collection.

Return Value

The zero-based index of key, if key is found in the collection; otherwise, -1.

See Also