Skip to main content

CellArea.ToString() Method

Gets reference string to a range represented by the CellArea object.

Namespace: DevExpress.Spreadsheet.Formulas

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public override string ToString()

Returns

Type Description
String

A string reference to a cell range in ReferenceStyle.A1 style.

See Also