Version

ExcelExportInitializeRowEventArgs Class Members

The following tables list the members exposed by ExcelExportInitializeRowEventArgs.

Public Properties
 NameDescription
Public PropertyCurrentColumnIndexZero-based index of current exporting column in excel worksheet. (Inherited from Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportEventArgs)
Public PropertyCurrentOutlineLevelCurrent outline level used for grouping. (Inherited from Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportEventArgs)
Public PropertyCurrentRowIndexZero-based index of current exporting row in excel worksheet. (Inherited from Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportEventArgs)
Public PropertyCurrentWorksheetCurrent exporting worksheet. (Inherited from Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportEventArgs)
Public PropertyRowGrid row.  
Public PropertySkipDescendantsSpecifies whether to skip the descendats of the current row.  
Public PropertySkipRowSpecifies whether to skip the current row.  
Public PropertySkipSiblingsSpecifies whether to skip sibling rows of the current row.  
Public PropertyTerminateExportSpecifies whether to terminate the export process. Current row will not be processed.  
Public PropertyWorkbookExporting workbook. (Inherited from Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportEventArgs)
See Also