Skip to main content
Row

CellKey.SheetId Property

Returns the ID of the worksheet that contains the current cell.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public int SheetId { get; }

Property Value

Type Description
Int32

An integer that is the worksheet’s ID.

Remarks

The SheetId property value is equal to the Id value of the worksheet that contains the current cell.

See Also