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

In This Topic
    PagePrintedEventArgs Class Members
    In This Topic

    The following tables list the members exposed by PagePrintedEventArgs.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets 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.  
    Public Property Gets a value indicating the total page count. (Inherited from GrapeCity.Documents.Excel.PagePrintEventArgs)
    Public Property Gets a 1-based value indicating which page is associated with this event. (Inherited from GrapeCity.Documents.Excel.PagePrintEventArgs)
    Top
    See Also