Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / PagePrintedEventArgs Class / setHasMorePages Method
In This Topic
    setHasMorePages Method
    In This Topic
    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.

    True if an additional page should be printed; otherwise, false.

    Syntax
    public void setHasMorePages( 
       boolean value
    )

    Parameters

    value
    See Also