[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PagePrintedEventArgs.HasMorePages

HasMorePages Property

HasMorePages

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.

Declaration
public bool HasMorePages { get; set; }
Public Property HasMorePages As Boolean
Property Value
Type Description
bool
<code>True</code> if an additional page should be printed; 

otherwise, false.