Skip to main content
Row

CellKey(Int32, Int32, Int32) Constructor

Initializes a new instance of the CellKey class with the specified settings.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public CellKey(
    int sheetId,
    int columnIndex,
    int rowIndex
)

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