Version

CellExportingEventArgs Class Members

The following tables list the members exposed by CellExportingEventArgs.

Public Constructors
 NameDescription
Public ConstructorCellExportingEventArgs ConstructorCreates a new CellExportingEventArgs instance.  
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