Skip to main content
Row

BeforePrintSheetEventArgs.Name Property

Returns the name of the worksheet to be printed.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public string Name { get; }

Property Value

Type Description
String

A System.String value which specifies the worksheet name.

See Also