Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CellArea.TopLeft Property

Gets or sets the position of the top left corner of the rectangular cell area.

Namespace: DevExpress.Spreadsheet.Formulas

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

public CellReferencePosition TopLeft { get; set; }

Property Value

Type Description
CellReferencePosition

A CellReferencePosition object that specifies the cell coordinate.

See Also