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

BeforePrintSheetEventArgs.Name Property

Returns the name of the worksheet to be printed.

Namespace: DevExpress.Spreadsheet

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

Declaration

public string Name { get; }

Property Value

Type Description
String

A System.String value which specifies the worksheet name.

See Also