Skip to main content

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public CellReferencePosition TopLeft { get; set; }

Property Value

Type Description
CellReferencePosition

A CellReferencePosition object that specifies the cell coordinate.

See Also