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

SheetReference.EndSheetName Property

Gets or sets an end worksheet name for the 3D reference.

Namespace: DevExpress.Spreadsheet.Formulas

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

Declaration

public string EndSheetName { get; set; }

Property Value

Type Description
String

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

See Also