SpreadsheetGear 2012
DocumentName Property (WorkbookPrintDocument)






Syntax
'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
[System.ComponentModel.DefaultValue()]
[SRDescription("The name of the document shown to the user.")]
public: __property System.string* get_DocumentName();
public: __property void set_DocumentName( 
   System.string* value
);
[System.ComponentModel.DefaultValue()]
[SRDescription("The name of the document shown to the user.")]
public:
property System.String^ DocumentName {
   System.String^ get();
   void set (    System.String^ value);
}
Requirements

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

See Also

Reference

WorkbookPrintDocument Class
WorkbookPrintDocument Members

Send Feedback