Skip to main content

SheetReference.StartSheetName Property

Gets or sets a worksheet name for the external or 3D reference.

Namespace: DevExpress.Spreadsheet.Formulas

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public string StartSheetName { get; set; }

Property Value

Type Description
String

A string that is the name of the external worksheet. For 3D references, this is the start worksheet reference.

See Also