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.
Property | Description |
---|---|
PageCount | Gets a value indicating the total page count. (Inherited from GrapeCity.Documents.Excel.PagePrintEventArgs) |
PageNumber | Gets a 1-based value indicating which page is associated with this event. (Inherited from GrapeCity.Documents.Excel.PagePrintEventArgs) |
SkipThisPage | Gets or sets a value indicating whether this page should be skipped in output. |
See Also