Skip to main content

CellReferencePosition.ToString() Method

Returns the string cell reference.

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 that is the cell reference in ReferenceStyle.A1 style.

See Also