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

ReferenceExpression.SheetReference Property

Gets or sets the worksheet reference.

Namespace: DevExpress.Spreadsheet.Formulas

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

Declaration

public SheetReference SheetReference { get; set; }

Property Value

Type Description
SheetReference

A SheetReference object that is the worksheet reference.

See Also