Skip to main content

SheetReference.ExternalLinkName Property

Gets or sets the name of the workbook used in external reference.

Namespace: DevExpress.Spreadsheet.Formulas

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public string ExternalLinkName { get; set; }

Property Value

Type Description
String

A string that is the name of the workbook. The name may include the entire workbook path.

See Also