Aspose::Cells::Drawing::ShapeCollection::AddOleObjectWithLinkedImage method

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)
ParameterTypeDescription
upperLeftRowint32_tUpper left row index.
upperLeftColumnint32_tUpper left column index.
heightint32_tThe height of the shape. In unit of pixels
widthint32_tThe width of the shape. In unit of pixels
sourceFullNameconst U16String&The path and name of the source file for the linked image

ReturnValue

PicturePicture object.

See Also

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)
ParameterTypeDescription
upperLeftRowint32_tUpper left row index.
upperLeftColumnint32_tUpper left column index.
heightint32_tThe height of the shape. In unit of pixels
widthint32_tThe width of the shape. In unit of pixels
sourceFullNameconst char16_t*The path and name of the source file for the linked image

ReturnValue

PicturePicture object.

See Also