Version

CellExportingEventArgs Class Members

The following tables list the members exposed by CellExportingEventArgs.

Public Properties
 NameDescription
Public PropertyCellReturns the cell whose value is being exported.  
Public PropertyCellSettingsReturns the resolved settings to be applied to the cell. (Inherited from Infragistics.Windows.DataPresenter.WordWriter.CellExportingEventArgsBase)
Public PropertyFieldReturns the Field associated with the value being exported or null if there is no field associated with the value. (Inherited from Infragistics.Windows.DataPresenter.WordWriter.CellExportingEventArgsBase)
Public PropertyRecordReturns the DataRecord whose cell is being exported.  
Public PropertyValueReturns or sets the value that should be written for the cell. (Inherited from Infragistics.Windows.DataPresenter.WordWriter.CellExportingEventArgsBase)
See Also