Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

SheetReference.Type Property

Gets or sets the type of the worksheet reference.

Namespace: DevExpress.Spreadsheet.Formulas

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public SheetReferenceType Type { get; set; }

Property Value

Type Description
SheetReferenceType

A SheetReference enumeration member that indicates the reference type.

See Also