'Declaration Public Event RowExporting As EventHandler(Of WordRowExportingEventArgs)
public event EventHandler<WordRowExportingEventArgs> RowExporting
The event handler receives an argument of type WordRowExportingEventArgs containing data related to this event. The following WordRowExportingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | |
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 |
Row (Inherited from Infragistics.Web.UI.GridControls.WordRowExportedEventArgs) | Returns the table row in the document that will be exported |
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