SpreadsheetGear 2017
PrintWhat Property (CommandPrint)






SpreadsheetGear.Commands Namespace > CommandPrint Class : PrintWhat Property
Gets the property which specifies what to print.
Syntax
'Declaration
 
Public ReadOnly Property PrintWhat As PrintWhat
'Usage
 
Dim instance As CommandPrint
Dim value As PrintWhat
 
value = instance.PrintWhat
public PrintWhat PrintWhat {get;}
public read-only property PrintWhat: PrintWhat; 
public function get PrintWhat : PrintWhat
public: __property PrintWhat get_PrintWhat();
public:
property PrintWhat PrintWhat {
   PrintWhat get();
}
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

CommandPrint Class
CommandPrint Members