Back to Devexpress

EvaluationContext.Sheet Property

officefileapi-devexpress-dot-spreadsheet-dot-functions-dot-evaluationcontext.md

latest1.2 KB
Original Source

EvaluationContext.Sheet Property

Gets the worksheet being recalculated.

Namespace : DevExpress.Spreadsheet.Functions

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
Worksheet Sheet { get; }
vb
ReadOnly Property Sheet As Worksheet

Property Value

TypeDescription
Worksheet

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

|

See Also

EvaluationContext Interface

EvaluationContext Members

DevExpress.Spreadsheet.Functions Namespace