Skip to main content

ReferenceExpression.SheetReference Property

Gets or sets the worksheet reference.

Namespace: DevExpress.Spreadsheet.Formulas

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public SheetReference SheetReference { get; set; }

Property Value

Type Description
SheetReference

A SheetReference object that is the worksheet reference.

See Also