Search
WorkbookPrinter.DocumentName Property
See Also
 






Gets or sets the name of the printed document.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public string DocumentName { get; set; }

Visual Basic  Copy Code

Public Property DocumentName As String

 Property Value

A string value. The default is " - Untitled - ".

 See Also