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.v19.1.Core.dll

Declaration

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

Parameters

Name Type Description
sheetId Int32

An integer that is the worksheet index. A worksheet index can be obtained using Worksheet.Index property.

columnIndex Int32

An integer that is the column index. A column index can be obtained using the Cell.ColumnIndex property.

rowIndex Int32

An integer that is the row index. A row index can be obtained using the Cell.RowIndex property.

See Also