Aspose::Cells::Drawing::OleObjectCollection::Add method
Contents
[
Hide
]OleObjectCollection::Add(int32_t, int32_t, int32_t, int32_t, const Vector <uint8_t>&) method
Adds an OleObject to the collection.
int32_t Aspose::Cells::Drawing::OleObjectCollection::Add(int32_t upperLeftRow, int32_t upperLeftColumn, int32_t height, int32_t width, const Vector<uint8_t> &imageData)
Parameter | Type | Description |
---|---|---|
upperLeftRow | int32_t | Upper left row index. |
upperLeftColumn | int32_t | Upper left column index. |
height | int32_t | Height of oleObject, in unit of pixel. |
width | int32_t | Width of oleObject, in unit of pixel. |
imageData | const Vector <uint8_t>& | Image of ole object as byte array. |
ReturnValue
OleObject object index.
See Also
- Class Vector
- Class OleObjectCollection
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++
OleObjectCollection::Add(int32_t, int32_t, int32_t, int32_t, const Vector <uint8_t>&, const U16String&) method
Adds a linked OleObject to the collection.
int32_t Aspose::Cells::Drawing::OleObjectCollection::Add(int32_t upperLeftRow, int32_t upperLeftColumn, int32_t height, int32_t width, const Vector<uint8_t> &imageData, const U16String &linkedFile)
Parameter | Type | Description |
---|---|---|
upperLeftRow | int32_t | Upper left row index. |
upperLeftColumn | int32_t | Upper left column index. |
height | int32_t | Height of oleObject, in unit of pixel. |
width | int32_t | Width of oleObject, in unit of pixel. |
imageData | const Vector <uint8_t>& | Image of ole object as byte array. |
linkedFile | const U16String& |
ReturnValue
OleObject object index.
See Also
- Class Vector
- Class U16String
- Class OleObjectCollection
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++
OleObjectCollection::Add(int32_t, int32_t, int32_t, int32_t, const Vector <uint8_t>&, const char16_t*) method
Adds a linked OleObject to the collection.
int32_t Aspose::Cells::Drawing::OleObjectCollection::Add(int32_t upperLeftRow, int32_t upperLeftColumn, int32_t height, int32_t width, const Vector<uint8_t> &imageData, const char16_t *linkedFile)
Parameter | Type | Description |
---|---|---|
upperLeftRow | int32_t | Upper left row index. |
upperLeftColumn | int32_t | Upper left column index. |
height | int32_t | Height of oleObject, in unit of pixel. |
width | int32_t | Width of oleObject, in unit of pixel. |
imageData | const Vector <uint8_t>& | Image of ole object as byte array. |
linkedFile | const char16_t* |
ReturnValue
OleObject object index.
See Also
- Class Vector
- Class OleObjectCollection
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++