Version

WordCellExportingEventArgs Class Members

The following tables list the members exposed by WordCellExportingEventArgs.

Public Constructors
 NameDescription
Public ConstructorWordCellExportingEventArgs ConstructorCreates a new instance of WordCellExportingEventArgs  
Public Properties
 NameDescription
Public PropertyCancel  
Public PropertyExportValueThe value that will be exported to the cell in the report.  
Public PropertyGridCellThe grid cell object that is currently being exported. (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs)
Public PropertyIsFooterCellReturns true if this cell is in the grid footer. (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs)
Public PropertyIsHeaderCellReturns true if this cell is in the grid header. (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs)
Public PropertyIsSummaryCellReturns true if this cell holds a summary for the grid. (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs)
Public PropertySummaryReturns the summary for the summary cell, if there is one. (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs)
Public PropertyTableCellThe table cell in the document that will have data exported to it (Inherited from Infragistics.Web.UI.GridControls.WordCellExportedEventArgs)
See Also