Gets or sets the name of the printed document.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public string DocumentName { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DocumentName As String |
A string value. The default is " - Untitled - ".
See Also