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

IXlCell.Position Property

Gets the position of the current cell in a worksheet.

Namespace: DevExpress.Export.Xl

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

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

Declaration

XlCellPosition Position { get; }

Property Value

Type Description
XlCellPosition

An XlCellPosition object specifying coordinates of a cell in a worksheet.

See Also