Back to Devexpress

FormulaEvaluationContext.Sheet Property

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

latest1.3 KB
Original Source

FormulaEvaluationContext.Sheet Property

Gets or sets the worksheet containing the formula being evaluated.

Namespace : DevExpress.Spreadsheet.Functions

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public Worksheet Sheet { get; set; }
vb
Public Property Sheet As Worksheet

Property Value

TypeDescription
Worksheet

A Worksheet object that is the worksheet containing the formula.

|

Implements

Sheet

See Also

FormulaEvaluationContext Class

FormulaEvaluationContext Members

DevExpress.Spreadsheet.Functions Namespace