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

XlSourceRectangle.Right Property

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

Namespace: DevExpress.Export.Xl

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public readonly double Right { get; }

Property Value

Type Description
Double

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

See Also