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

CellReferencePosition.ToString() Method

Returns the string cell reference.

Namespace: DevExpress.Spreadsheet.Formulas

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

Declaration

public override string ToString()

Returns

Type Description
String

A string that is the cell reference in ReferenceStyle.A1 style.

See Also