Version

HeaderCellExportingEventArgs Class Members

The following tables list the members exposed by HeaderCellExportingEventArgs.

Public Constructors
 NameDescription
Public ConstructorHeaderCellExportingEventArgs ConstructorCreates a new HeaderCellExportingEventArgs instance.  
Public Properties
 NameDescription
Public PropertyExportValueReturns or sets the value that will be exported to the report. (Inherited from Infragistics.Win.UltraWinGrid.WordWriter.TableCellExportingEventArgs)
Public PropertyGridHeaderReturns the Infragistics.Win.UltraWinGrid.HeaderBase being exported.  
Public PropertyHeaderTypeIndicates what type of header is being exported: a band header, group, or column header.  
Public PropertyWordTableCellSettingsReturns or sets properties of the table cell in the Word document such as BackColor, Font, and VerticalAlignment; (Inherited from Infragistics.Win.UltraWinGrid.WordWriter.TableCellExportingEventArgs)
See Also