Class PagePrintEventArgs
- Namespace
- GrapeCity.Documents.Excel
- Assembly
- GcDocs.Excel.dll
public class PagePrintEventArgs : EventArgs
- Inheritance
-
object
System.EventArgs
PagePrintEventArgs
-
- 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
PagePrintEventArgs()
public PagePrintEventArgs()
Properties
PageCount
Gets a value indicating the total page count.
public int PageCount { get; }
Property Value
- int
PageNumber
Gets a 1-based value indicating which page is associated with this event.
public int PageNumber { get; }
Property Value
- int