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

EvaluationContext.Sheet Property

Gets the worksheet being recalculated.

Namespace: DevExpress.Spreadsheet.Functions

Assembly: DevExpress.Spreadsheet.v22.1.Core.dll

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