Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / PrintOutOptions Class
Properties Events

In This Topic
    PrintOutOptions Class Members
    In This Topic

    The following tables list the members exposed by PrintOutOptions.

    Public Constructors
     NameDescription
    Public Constructor Constructor.  
    Top
    Public Properties
     NameDescription
    Public Property Sets the name of the active printer, for example: "Microsoft Print to PDF".  
    Public PropertyTrue to collate multiple copies. The default value is True.  
    Public Property The number of copies to print. If this argument is omitted, one copy is printed.  
    Public Property Gets or sets the printer setting for double-sided printing.  
    Public Property The 1-based number of the page at which to start printing. If the value is empty, printing starts at the beginning.  
    Public PropertyTrue if the sheet's background image is printed on the page.  
    Public PropertyTrue if the transparency of the cell's background color is printed on the page.  
    Public Property The settings about performing shrink to fit on the wrapped text.  
    Public Property The 1-based number of the last page to print. If the value is empty, printing ends with the last page.  
    Top
    Public Events
     NameDescription
    Public Event Occurs after printing a page.  
    Public Event Occurs before printing a page.  
    Top
    See Also