SpreadsheetGear.Drawing.Printing Namespace > WorkbookPrintDocument Class : DocumentName Property |
'Declaration
<System.ComponentModel.DefaultValueAttribute()> <SRDescriptionAttribute("The name of the document shown to the user.")> Public Property DocumentName As System.String
'Usage
Dim instance As WorkbookPrintDocument Dim value As System.String instance.DocumentName = value value = instance.DocumentName
[System.ComponentModel.DefaultValue()] [SRDescription("The name of the document shown to the user.")] public System.string DocumentName {get; set;}
public read-write property DocumentName: System.String;
System.ComponentModel.DefaultValueAttribute() SRDescriptionAttribute("The name of the document shown to the user.") public function get,set DocumentName : System.String
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2