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

ExpressionContext.Sheet Property

Gets or sets a worksheet that contains a formula.

Namespace: DevExpress.Spreadsheet.Formulas

Assembly: DevExpress.Spreadsheet.v22.1.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