Add()

TagCollection::Add(System::String, System::String) method

Adds a new tag to collection.

int32_t Aspose::Slides::TagCollection::Add(System::String name, System::String value) override

Arguments

ParameterTypeDescription
nameSystem::StringThe name of the tag.
valueSystem::StringThe value of the tag.

Return Value

The index of the added tag.

See Also