Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

CellKey(Int32, Int32, Int32) Constructor

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

Namespace: DevExpress.Spreadsheet

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

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