Skip to main content

XlSourceRectangle.Left Property

Gets the offset from the left edge of the bounding box.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public double Left { get; }

Property Value

Type Description
Double

A Double value. A positive value indicates an inset and a negative value specifies an outset.

See Also