CellCalculationArgs.SheetId Property
Returns the ID of the worksheet that contains the current cell.
Namespace: DevExpress.Spreadsheet.Formulas
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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