Remove()

IFontSubstRuleCollection::Remove(System::SharedPtr<IFontSubstRule>) method

Removes the first occurrence of a specific object from the collection.

virtual void Aspose::Slides::IFontSubstRuleCollection::Remove(System::SharedPtr<IFontSubstRule> value)=0

Arguments

ParameterTypeDescription
valueSystem::SharedPtr<IFontSubstRule>The module to remove from the collection.

See Also