Skip to main content

IXlCell.Position Property

Gets the position of the current cell in a worksheet.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

#Declaration

XlCellPosition Position { get; }

#Property Value

Type Description
XlCellPosition

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

See Also