[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PagePrintingEventArgs

Class PagePrintingEventArgs

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Provides data for the PagePrinting event.

public class PagePrintingEventArgs : PagePrintEventArgs
Inheritance
PagePrintingEventArgs
Inherited Members

Constructors

PagePrintingEventArgs()

public PagePrintingEventArgs()

Properties

SkipThisPage

Gets or sets a value indicating whether this page should be skipped in output.

public bool SkipThisPage { get; set; }

Property Value

bool

True if this page should be skipped in output. Otherwise, false. The default value is false.