Class PagePrintingEventArgs
- Namespace
- GrapeCity.Documents.Excel
- Assembly
- GcDocs.Excel.dll
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.