The following tables list the members exposed by WordCellExportingEventArgs.
Name | Description | |
---|---|---|
WordCellExportingEventArgs Constructor | Creates a new instance of WordCellExportingEventArgs |
Name | Description | |
---|---|---|
gridCell | (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs) | |
isFooterCell | (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs) | |
isHeaderCell | (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs) | |
isSummaryCell | (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs) | |
summary | (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs) |
Name | Description | |
---|---|---|
Cancel | ||
ExportValue | The value that will be exported to the cell in the report. | |
GridCell | The grid cell object that is currently being exported. (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs) | |
IsFooterCell | Returns true if this cell is in the grid footer. (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs) | |
IsHeaderCell | Returns true if this cell is in the grid header. (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs) | |
IsSummaryCell | Returns true if this cell holds a summary for the grid. (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs) | |
Summary | Returns the summary for the summary cell, if there is one. (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs) | |
TableCell | The table cell in the document that will have data exported to it (Inherited from Infragistics.Web.UI.GridControls.WordCellExportedEventArgs) |