Remove

MasterSlideCollection.Remove method

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

public void Remove(IMasterSlide value)
ParameterTypeDescription
valueIMasterSlideThe master slide to remove from the collection.

See Also