[]
        
(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
object
System.EventArgs
PagePrintingEventArgs
Inherited Members
System.EventArgs.Empty
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

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.