OleObjectCollection Class
OleObjectCollection class
Represents embedded OLE objects.
type OleObjectCollection struct  {
	ptr unsafe.Pointer
}
Constructors
| Method | Description | 
|---|
Methods
| Method | Description | 
|---|---|
| IsNull | Checks whether the implementation object is nullptr. | 
| Add_Int_Int_Int_Int_Stream | Adds an OleObject to the collection. | 
| Add_Int_Int_Int_Int_Stream_String | Adds a linked OleObject to the collection. | 
| Get | Gets the OleObject element at the specified index. | 
| Clear | Remove all embedded OLE objects. | 
| RemoveAt | Removes the element at the specified index. | 
| GetCount |