CellKey.ToString() Method
Returns a string representation of the cell key.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.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