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

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.v18.2.Core.dll

Declaration

public static XlCellPosition TopLeft { get; }

Property Value

Type Description
XlCellPosition

An XlCellPosition that is the origin of cell positions.

See Also