Name | Description | |
---|---|---|
PagePrintedEventArgs Constructor |
The following tables list the members exposed by PagePrintedEventArgs.
Name | Description | |
---|---|---|
PagePrintedEventArgs Constructor |
Name | Description | |
---|---|---|
Empty | (Inherited from com.grapecity.documents.excel.EventArgs) |
Name | Description | |
---|---|---|
getHasMorePages | Gets 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.
True if an additional page should be printed; otherwise, false. | |
getPageCount | Gets a value indicating the total page count. (Inherited from com.grapecity.documents.excel.PagePrintEventArgs) | |
getPageNumber | Gets a 1-based value indicating which page is associated with this event. (Inherited from com.grapecity.documents.excel.PagePrintEventArgs) | |
setHasMorePages | 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.
True if an additional page should be printed; otherwise, false. |