Version

CellExportedEventArgs Class Properties

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

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