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

FunctionExternalExpression.SheetReference Property

Gets or sets the worksheet reference used to reference an external function.

Namespace: DevExpress.Spreadsheet.Formulas

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

Declaration

public SheetReference SheetReference { get; set; }

Property Value

Type Description
SheetReference

A SheetReference object specifying the worksheet containing a function.

See Also