Back to Devexpress

BeforePrintSheetEventArgs.Name Property

officefileapi-devexpress-dot-spreadsheet-dot-beforeprintsheeteventargs-f7d75b5b.md

latest1.1 KB
Original Source

BeforePrintSheetEventArgs.Name Property

Returns the name of the worksheet to be printed.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public string Name { get; }
vb
Public ReadOnly Property Name As String

Property Value

TypeDescription
String

A System.String value which specifies the worksheet name.

|

See Also

BeforePrintSheetEventArgs Class

BeforePrintSheetEventArgs Members

DevExpress.Spreadsheet Namespace