Version

ExcelExportingEventArgs Class Members

The following tables list the members exposed by ExcelExportingEventArgs.

Public Constructors
 NameDescription
Public ConstructorExcelExportingEventArgs ConstructorCreates a new ExcelExportingEventArgs instance  
Protected Fields
 NameDescription
Protected Field_currentRowIndex  
Public Properties
 NameDescription
Public PropertyCancelGets or sets a value indicating whether the event should be canceled.  
Public PropertyCurrentColumnIndexIndex of the current exporting column in excel worksheet.  
Public PropertyCurrentOutlineLevelCurrent outline level used for grouping.  
Public PropertyCurrentRowIndexIndex of the current exporting row in excel worksheet.  
Public PropertyWorksheetCurrent exporting worksheet.  
See Also