Inherits CollectionBase.
|
virtual Aspose::Cells::Systems::Int32 | Add (Aspose::Cells::Systems::Int32 upperLeftRow, Aspose::Cells::Systems::Int32 upperLeftColumn, Aspose::Cells::Systems::Int32 height, Aspose::Cells::Systems::Int32 width, intrusive_ptr< Aspose::Cells::Systems::Array1D< Aspose::Cells::Systems::Byte >> imageData)=0 |
| Adds an OleObject to the collection. More...
|
|
virtual Aspose::Cells::Systems::Int32 | Add (Aspose::Cells::Systems::Int32 upperLeftRow, Aspose::Cells::Systems::Int32 upperLeftColumn, Aspose::Cells::Systems::Int32 height, Aspose::Cells::Systems::Int32 width, intrusive_ptr< Aspose::Cells::Systems::Array1D< Aspose::Cells::Systems::Byte >> imageData, intrusive_ptr< Aspose::Cells::Systems::String > linkedFile)=0 |
| Adds an linked OleObject to the collection. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Drawing::IOleObject > | GetObjectByIndex (Aspose::Cells::Systems::Int32 index)=0 |
| Gets the IOleObject element at the specified index. More...
|
|
virtual void | Clear ()=0 |
| Remove all embedded OLE objects. More...
|
|
virtual void | RemoveAt (Aspose::Cells::Systems::Int32 index)=0 |
| Removes the element at the specified index. More...
|
|
Represents embedded OLE objects.