Skip to main content
A newer version of this page is available. .

FormulaEvaluationContext.Sheet Property

Gets or sets the worksheet containing the formula being evaluated.

Namespace: DevExpress.Spreadsheet.Functions

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

Declaration

public Worksheet Sheet { get; set; }

Property Value

Type Description
Worksheet

A Worksheet object that is the worksheet containing the formula.

Implements

See Also