Version

HeaderLabelExportingEventArgs Class Members

The following tables list the members exposed by HeaderLabelExportingEventArgs.

Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyCurrentColumnIndexZero-based index of current exporting column in excel worksheet.. (Inherited from Infragistics.Windows.DataPresenter.ExcelExporter.ExcelExportCancelEventArgs)
Public PropertyCurrentOutlineLevelCurrent outline level used for grouping. (Inherited from Infragistics.Windows.DataPresenter.ExcelExporter.ExcelExportCancelEventArgs)
Public PropertyCurrentRowIndexZero-based index of current exporting row in excel worksheet. (Inherited from Infragistics.Windows.DataPresenter.ExcelExporter.ExcelExportCancelEventArgs)
Public PropertyCurrentWorksheetCurrent exporting worksheet. (Inherited from Infragistics.Windows.DataPresenter.ExcelExporter.ExcelExportCancelEventArgs)
Public PropertyFieldReturns the Field associated with the header cell, or null if the header cell is not associated with a field.  
Public PropertyFieldGroupReturns the FieldGroup associated with the header cell, or null if the header cell is not associated with a field group.  
Public PropertyFormatSettingsGets or sets the settings that should be applied to exported label. Settings specified on individual labels take precedence. (Inherited from Infragistics.Windows.DataPresenter.ExcelExporter.ExcelExportCancelEventArgs)
Public PropertyLabelGets or sets the label value of the header cell.  
Public PropertyRecordReturns the first record associated with the headers.  
Public PropertyWorkbookExporting workbook. (Inherited from Infragistics.Windows.DataPresenter.ExcelExporter.ExcelExportCancelEventArgs)
See Also