The following tables list the members exposed by HeaderCellExportedEventArgs.
| Name | Description | |
|---|---|---|
![]()  | HeaderCellExportedEventArgs Constructor | Creates a new HeaderCellExportedEventArgs instance. | 
| Name | Description | |
|---|---|---|
![]()  | BandHeaderContainer | Returns an Infragistics.Documents.Reports.Report.Table.ITableCell which contains the band header being exported. If HeaderType is not a band header, this will be null. | 
![]()  | ColumnHeaderContainer | Returns an Infragistics.Documents.Reports.Report.Grid.IGridCell which contains the column header being exported. If HeaderType is not a column header, this will be null. | 
![]()  | GridHeader | Returns the Infragistics.Win.UltraWinGrid.HeaderBase being exported. | 
![]()  | GroupHeaderContainer | Returns an Infragistics.Documents.Reports.Report.Table.ITableCell which contains the group header being exported. If HeaderType is not a group header, this will be null. | 
![]()  | HeaderType | Indicates what type of header is being exported: a band header, group, or column header. |