Version

CellExportedEventArgs Class Members

The following tables list the members exposed by CellExportedEventArgs.

Public Constructors
 NameDescription
Public ConstructorCellExportedEventArgs ConstructorCreates a new CellExportedEventArgs instance.  
Public Properties
 NameDescription
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 were exported.  
Public PropertyValueReturns the grid cell value.  
See Also