Skip to main content
A newer version of this page is available. .

IXlPicture.BottomRight Property

Gets or sets the anchor for the bottom-right corner of a picture.

Namespace: DevExpress.Export.Xl

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

Declaration

XlAnchorPoint BottomRight { get; set; }

Property Value

Type Description
XlAnchorPoint

An XlAnchorPoint object that specifies the anchor cell for a picture and optional offsets from the top and left edges of this cell.

See Also