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

XlAnchorPoint.RowOffsetInPixels Property

Gets the vertical offset from the top edge of the anchor cell to the actual position of the anchor point.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public int RowOffsetInPixels { get; }

Property Value

Type Description
Int32

An integer value that is the row offset within the anchor cell in pixels.

See Also