Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / PrintOutOptions Class / PagePrinting Event
In This Topic
    PagePrinting Event (PrintOutOptions)
    In This Topic
    Occurs before printing a page.
    Syntax
    public event System.EventHandler<PagePrintingEventArgs> PagePrinting
    Event Data

    The event handler receives an argument of type PagePrintingEventArgs containing data related to this event. The following PagePrintingEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets a value indicating the total page count. (Inherited from GrapeCity.Documents.Excel.PagePrintEventArgs)
    Gets a 1-based value indicating which page is associated with this event. (Inherited from GrapeCity.Documents.Excel.PagePrintEventArgs)
    Gets or sets a value indicating whether this page should be skipped in output.  
    See Also