Skip to main content

EvaluationContext.Sheet Property

Gets the worksheet being recalculated.

Namespace: DevExpress.Spreadsheet.Functions

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

Worksheet Sheet { get; }

Property Value

Type Description
Worksheet

A Worksheet object that is the worksheet containing the formula with the function under evaluation.

See Also