CellKey.ToString() Method
Returns a string representation of the cell key.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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