Skip to main content

ExpressionContext.Sheet Property

Gets or sets a worksheet that contains a formula.

Namespace: DevExpress.Spreadsheet.Formulas

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public Worksheet Sheet { get; set; }

Property Value

Type Description
Worksheet

A Worksheet object that is the worksheet containing the formula.

Implements

See Also