Skip to main content
A newer version of this page is available. .

XlCellPosition.ToString() Method

Constructs a textual cell reference from the position.

Namespace: DevExpress.Export.Xl

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

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