Skip to main content

IXlPicture.TopLeft Property

Gets or sets the anchor for the top-left corner of a picture.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

XlAnchorPoint TopLeft { 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