Version

Exported Event (WebExcelExporter)

Occurs when exporting is complete.
Syntax
'Declaration
 
Public Event Exported As ExcelExportedEventHandler
public event ExcelExportedEventHandler Exported
Event Data

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

PropertyDescription
CurrentColumnIndex (Inherited from Infragistics.Web.UI.GridControls.ExcelExportingEventArgs)Index of the current exporting column in excel worksheet.
CurrentOutlineLevel (Inherited from Infragistics.Web.UI.GridControls.ExcelExportingEventArgs)Current outline level used for grouping.
CurrentRowIndex Index of the current exporting row in excel worksheet.
Worksheet (Inherited from Infragistics.Web.UI.GridControls.ExcelExportingEventArgs)Current exporting worksheet.
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