Version

CellExportingEventArgs Class Members

The following tables list the members exposed by CellExportingEventArgs.

Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyCurrentColumnIndexZero-based index of current exporting column in excel worksheet.. (Inherited from Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportCancelEventArgs)
Public PropertyCurrentOutlineLevelCurrent outline level used for grouping. (Inherited from Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportCancelEventArgs)
Public PropertyCurrentRowIndexZero-based index of current exporting row in excel worksheet. (Inherited from Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportCancelEventArgs)
Public PropertyCurrentWorksheetCurrent exporting worksheet. (Inherited from Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportCancelEventArgs)
Public PropertyExportValueThe value which will be exported to the Excel worksheet.  
Public PropertyGridColumnAssociated grid column.  
Public PropertyGridRowGrid row containing the cell.  
Public PropertyGridValueReturns the value of the object in the grid which is being exported.  
Public PropertyValueGrid cell value.  
Public PropertyWorkbookExporting workbook. (Inherited from Infragistics.Win.UltraWinGrid.ExcelExport.ExcelExportCancelEventArgs)
See Also