Skip to main content
Row

CellKey.ToString() Method

Returns a string representation of the cell key.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public override string ToString()

Returns

Type Description
String

A String that contains the column index, row index, worksheet index and a number that uniquely identifies a cell in a workbook.

See Also