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

XlAnchorPoint.Row Property

Gets the index of the row that contains the anchor cell.

Namespace: DevExpress.Export.Xl

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

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

Declaration

public int Row { get; }

Property Value

Type Description
Int32

An integer value specifying the zero-based index of the row.

See Also