CellKey(Int32, Int32, Int32) Constructor
Initializes a new instance of the CellKey class with the specified settings.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
sheetId | Int32 | An integer that is the worksheet’s unique identifier. Use the Worksheet.Id property to obtain the worksheet’s ID. |
columnIndex | Int32 | A zero-based column index. Use the Cell.ColumnIndex property to obtain the column index. |
rowIndex | Int32 | A zero-based row index. Use the Cell.RowIndex property to obtain the row index. |
See Also