OleObjectCollection Class

OleObjectCollection class

Represents embedded OLE objects.


type OleObjectCollection struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
Add_Int_Int_Int_Int_StreamAdds an OleObject to the collection.
Add_Int_Int_Int_Int_Stream_StringAdds a linked OleObject to the collection.
GetGets the OleObject element at the specified index.
ClearRemove all embedded OLE objects.
RemoveAtRemoves the element at the specified index.
GetCountGets the number of elements contained in the instance.