[]
        
Represents the type of PrintDocument event which occurs during the print process of the sheetview.
public enum PrintDocumentEventType
  Public Enum PrintDocumentEventType
  | Name | Description | 
|---|---|
| BeginPrintDocument | Beginning of the sheetview print process.  | 
      
| BeginPrintPage | Starting page of the print job.  | 
      
| EndPrintDocument | Ending of the sheetview print process.  | 
      
| EndPrintPage | Ending page of the print job.  |