Skip to main content

XlCellPosition.TopLeft Property

Returns the top left position in a worksheet which is the point of reference for cell coordinates.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public static XlCellPosition TopLeft { get; }

Property Value

Type Description
XlCellPosition

An XlCellPosition that is the origin of cell positions.

See Also