Aspose::Cells::Drawing::ShapeCollection::AddOleObjectWithLinkedImage method
Contents
[
Hide
]ShapeCollection::AddOleObjectWithLinkedImage(int32_t, int32_t, int32_t, int32_t, const U16String&) method
Add a linked picture.
OleObject Aspose::Cells::Drawing::ShapeCollection::AddOleObjectWithLinkedImage(int32_t upperLeftRow, int32_t upperLeftColumn, int32_t height, int32_t width, const U16String &sourceFullName)
Parameter | Type | Description |
---|---|---|
upperLeftRow | int32_t | Upper left row index. |
upperLeftColumn | int32_t | Upper left column index. |
height | int32_t | The height of the shape. In unit of pixels |
width | int32_t | The width of the shape. In unit of pixels |
sourceFullName | const U16String& | The path and name of the source file for the linked image |
ReturnValue
See Also
- Class OleObject
- Class Vector
- Class U16String
- Class ShapeCollection
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++
ShapeCollection::AddOleObjectWithLinkedImage(int32_t, int32_t, int32_t, int32_t, const char16_t*) method
Add a linked picture.
OleObject Aspose::Cells::Drawing::ShapeCollection::AddOleObjectWithLinkedImage(int32_t upperLeftRow, int32_t upperLeftColumn, int32_t height, int32_t width, const char16_t *sourceFullName)
Parameter | Type | Description |
---|---|---|
upperLeftRow | int32_t | Upper left row index. |
upperLeftColumn | int32_t | Upper left column index. |
height | int32_t | The height of the shape. In unit of pixels |
width | int32_t | The width of the shape. In unit of pixels |
sourceFullName | const char16_t* | The path and name of the source file for the linked image |
ReturnValue
See Also
- Class OleObject
- Class Vector
- Class ShapeCollection
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++