SpreadsheetGear 2017
PrintWhat Enumeration






SpreadsheetGear.Printing Namespace : PrintWhat Enumeration
Specifies what to print.
Syntax
'Declaration
 
Public Enum PrintWhat 
   Inherits System.Enum
'Usage
 
Dim instance As PrintWhat
public enum PrintWhat : System.Enum 
public enum PrintWhat = class(System.Enum)
public enum PrintWhat extends System.Enum
__value public enum PrintWhat : public System.Enum 
public enum class PrintWhat : public System.Enum 
Members
MemberDescription
SelectionPrint the selection.
SheetPrint the sheet.
WorkbookPrint the workbook.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.Printing.PrintWhat

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

SpreadsheetGear.Printing Namespace