The following tables list the members exposed by ExcelRowExportedEventArgs.
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. | |
GridRow | Returns the row in the grid, if any, being exported (Inherited from Infragistics.Web.UI.GridControls.BaseExportRowEventArgs) | |
IsFooterRow | Returns true if this is the footer row (Inherited from Infragistics.Web.UI.GridControls.BaseExportRowEventArgs) | |
IsHeaderRow | Returns true if this is the header row (Inherited from Infragistics.Web.UI.GridControls.BaseExportRowEventArgs) | |
IsSummaryRow | Returns true if this is a summary row (Inherited from Infragistics.Web.UI.GridControls.BaseExportRowEventArgs) | |
Worksheet | Current exporting worksheet. | |
WorksheetRow | Returns reference to WorkSheetRow just exported |