Skip to main content
A newer version of this page is available.
All docs
V18.2
Row

PictureCollection.AddPicture(String, Range, Boolean) Method

Inserts a picture from a file to fit in the specified range allowing you to lock the aspect ratio.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

Picture AddPicture(
    string filename,
    Range targetRange,
    bool lockAspectRatio
)

Parameters

Name Type Description
filename String

A string that specifies a path to the image file.

targetRange Range

A Range to which the inserted picture fits.

lockAspectRatio Boolean

true, to lock the aspect ratio; otherwise, false.

Returns

Type Description
Picture

A Picture object that is the inserted picture.

Remarks

The inserted picture has FloatingObject.Placement set to Placement.MoveAndSize.

See Also