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 PropertyCellValueReturns the grid cell value.  
Public PropertyExportValueReturns or sets the value that will be exported to the report. (Inherited from Infragistics.Win.UltraWinGrid.WordWriter.TableCellExportingEventArgs)
Public PropertyGridColumnReturns the Infragistics.Win.UltraWinGrid.UltraGridColumn which contains the cell being exported.  
Public PropertyGridRowReturns the Infragistics.Win.UltraWinGrid.UltraGridRow containing the cell.  
Public PropertyWordTableCellSettingsReturns or sets properties of the table cell in the Word document such as BackColor, Font, and VerticalAlignment; (Inherited from Infragistics.Win.UltraWinGrid.WordWriter.TableCellExportingEventArgs)
See Also