Version

GridFieldCaptionExporting Event (WebExcelExporter)

Occurs before grid field caption item exporting starts.
Syntax
'Declaration
 
Public Event GridFieldCaptionExporting As GridFieldCaptionExportingEventHandler
public event GridFieldCaptionExportingEventHandler GridFieldCaptionExporting
Event Data

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

PropertyDescription
Cancel (Inherited from Infragistics.Web.UI.GridControls.ExcelCellExportingEventArgs) 
CurrentColumnIndex (Inherited from Infragistics.Web.UI.GridControls.ExcelCellExportedEventArgs)Index of the current exporting column in excel worksheet.
CurrentOutlineLevel (Inherited from Infragistics.Web.UI.GridControls.ExcelCellExportedEventArgs)Current outline level used for grouping.
CurrentRowIndex (Inherited from Infragistics.Web.UI.GridControls.ExcelCellExportedEventArgs)Index of the current exporting row in excel worksheet.
GridCell  
IsFooterCell (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs)Returns true if this cell is in the grid footer.
IsHeaderCell (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs)Returns true if this cell is in the grid header.
IsSummaryCell (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs)Returns true if this cell holds a summary for the grid.
Summary (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs)Returns the summary for the summary cell, if there is one.
Worksheet (Inherited from Infragistics.Web.UI.GridControls.ExcelCellExportedEventArgs)Current exporting worksheet.
WorksheetCell (Inherited from Infragistics.Web.UI.GridControls.ExcelCellExportedEventArgs)Reference to the WorksheetCell that was 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