[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PagePrintedEventArgs

PagePrintedEventArgs Class

Provides data for the PagePrinted event.

Inheritance
PagePrintedEventArgs
Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public class PagePrintedEventArgs : PagePrintEventArgs
Public Class PagePrintedEventArgs
    Inherits PagePrintEventArgs

Constructors

Name Description
PagePrintedEventArgs()

Properties

Name Description
HasMorePages

Gets or sets a value indicating whether an additional page should be printed. If the value is true, you can set it to false to prevent printing more pages. If the value is false, nothing will happen if you set this property.