Version

RowExporting Event (WebExcelExporter)

Occurs before row exporting start.
Syntax
'Declaration
 
Public Event RowExporting As ExcelRowExportingEventHandler
public event ExcelRowExportingEventHandler RowExporting
Event Data

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

PropertyDescription
Cancel Gets or sets a value indicating whether the event should be canceled.
CurrentColumnIndex (Inherited from Infragistics.Web.UI.GridControls.ExcelRowExportedEventArgs)Index of the current exporting column in excel worksheet.
CurrentOutlineLevel (Inherited from Infragistics.Web.UI.GridControls.ExcelRowExportedEventArgs)Current outline level used for grouping.
CurrentRowIndex (Inherited from Infragistics.Web.UI.GridControls.ExcelRowExportedEventArgs)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 (Inherited from Infragistics.Web.UI.GridControls.ExcelRowExportedEventArgs)Current exporting worksheet.
WorksheetRow (Inherited from Infragistics.Web.UI.GridControls.ExcelRowExportedEventArgs)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