The following tables list the members exposed by ExcelCellExportedEventArgs.
| 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 | |
|---|---|---|
![]() | CurrentColumnIndex | Index of the current exporting column in excel worksheet. |
![]() | CurrentOutlineLevel | Current outline level used for grouping. |
![]() | CurrentRowIndex | Index of the current exporting row in excel worksheet. |
![]() | 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) |
![]() | Worksheet | Current exporting worksheet. |
![]() | WorksheetCell | Reference to the WorksheetCell that was just exported |