C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document.Export Namespace / CsvFilter Class / SheetName Property

In This Topic
SheetName Property (CsvFilter)
In This Topic
Gets or sets the name of the worksheet to be used when saving the report into the Excel workbook file.
Syntax
'Declaration
 
Public Property SheetName As String
 
Remarks
You can use this property to save multiple reports into a single Excel workbook file, one on each sheet.
See Also