Version

SummaryRowExportedEventArgs Class Members

The following tables list the members exposed by SummaryRowExportedEventArgs.

Public Properties
 NameDescription
Public PropertyAssociatedRecordGets the record associated with the summaries (read-only)  
Public PropertyCurrentColumnIndexZero-based index of current exporting column in excel worksheet. (Inherited from Infragistics.Windows.DataPresenter.ExcelExporter.ExcelExportEventArgs)
Public PropertyCurrentOutlineLevelCurrent outline level used for grouping. (Inherited from Infragistics.Windows.DataPresenter.ExcelExporter.ExcelExportEventArgs)
Public PropertyCurrentRowIndexZero-based index of current exporting row in excel worksheet. (Inherited from Infragistics.Windows.DataPresenter.ExcelExporter.ExcelExportEventArgs)
Public PropertyCurrentWorksheetCurrent exporting worksheet. (Inherited from Infragistics.Windows.DataPresenter.ExcelExporter.ExcelExportEventArgs)
Public PropertySummariesReturns the collection of summary values that are being exported.  
Public PropertySummaryLevelReturns the 0-based index of the current summary record.  
Public PropertyWorkbookExporting workbook. (Inherited from Infragistics.Windows.DataPresenter.ExcelExporter.ExcelExportEventArgs)
See Also