Version

CellExportingEventArgs Class Properties

For a list of all members of this type, see CellExportingEventArgs members.

Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyCellValueReturns the grid cell value.  
Public PropertyExportValueGets or sets the value that will be exported to the report.  
Public PropertyGridColumnReturns the Infragistics.Win.UltraWinGrid.UltraGridColumn which contains the cell being exported.  
Public PropertyGridRowReturns the Infragistics.Win.UltraWinGrid.UltraGridRow containing the cell.  
Public PropertyReportCellReturns the Infragistics.Documents.Reports.Report.Grid.IGridCell into which the contents of the cell will be exported.  
See Also