OleObjectCollection

OleObjectCollection class

Represents a collection containing the instances of the OleObject class.

Methods

NameDescription
ClearClears the collection. In order to persist these changes project.Save should be called with new MPPSaveOptions { WriteViewData = true; }
GetEnumeratorReturns an enumerator for this collection.
ToListConverts the instance of the OleObjectCollection class to a list containing the instances of the OleObject class.