GrapeCity.Documents.Excel Namespace / PagePrintingEventArgs Class / SkipThisPage Property
In This Topic
SkipThisPage Property
In This Topic
Gets or sets a value indicating whether this page should be skipped in output.
Syntax
public System.bool SkipThisPage {get; set;}

Property Value

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