Skip to main content

XlCellPosition.ToString() Method

Constructs a textual cell reference from the position.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public override string ToString()

Returns

Type Description
String

A string that is the textual cell reference.

Remarks

Use the ToString method to get a textual cell reference that can be used in spreadsheet formulas.

See Also