idx_set()

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

Sets a key and a value pair of a tag.

void Aspose::Slides::TagCollection::idx_set(System::String name, System::String value) override

Arguments

ParameterTypeDescription
nameSystem::StringKey of a tag.
valueSystem::StringValue of a tag.

See Also