Version

RowExported Event (WebExcelExporter)

Occurs when row exporting is complete.
Syntax
'Declaration
 
Public Event RowExported As ExcelRowExportedEventHandler
public event ExcelRowExportedEventHandler RowExported
Event Data

The event handler receives an argument of type ExcelRowExportedEventArgs containing data related to this event. The following ExcelRowExportedEventArgs properties provide information specific to this event.

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

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also