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

CellCalculationArgs.SheetId Property

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

Namespace: DevExpress.Spreadsheet.Formulas

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

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