The following tables list the members exposed by WordCellExportedEventArgs.
| Name | Description | |
|---|---|---|
![]() | WordCellExportedEventArgs Constructor | Creates a new instance of WordCellExportedEventArgs |
| 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 | |
|---|---|---|
![]() | 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 |