Version

GridFieldCaptionExportingEventArgs Class Members

The following tables list the members exposed by GridFieldCaptionExportingEventArgs.

Public Constructors
Public Properties
 NameDescription
Public PropertyCancel (Inherited from Infragistics.Web.UI.GridControls.ExcelCellExportingEventArgs)
Public PropertyCurrentColumnIndexIndex of the current exporting column in excel worksheet. (Inherited from Infragistics.Web.UI.GridControls.ExcelCellExportedEventArgs)
Public PropertyCurrentOutlineLevelCurrent outline level used for grouping. (Inherited from Infragistics.Web.UI.GridControls.ExcelCellExportedEventArgs)
Public PropertyCurrentRowIndexIndex of the current exporting row in excel worksheet. (Inherited from Infragistics.Web.UI.GridControls.ExcelCellExportedEventArgs)
Public PropertyGridCell  
Public PropertyIsFooterCellReturns true if this cell is in the grid footer. (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs)
Public PropertyIsHeaderCellReturns true if this cell is in the grid header. (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs)
Public PropertyIsSummaryCellReturns true if this cell holds a summary for the grid. (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs)
Public PropertySummaryReturns the summary for the summary cell, if there is one. (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs)
Public PropertyWorksheetCurrent exporting worksheet. (Inherited from Infragistics.Web.UI.GridControls.ExcelCellExportedEventArgs)
Public PropertyWorksheetCellReference to the WorksheetCell that was just exported (Inherited from Infragistics.Web.UI.GridControls.ExcelCellExportedEventArgs)
See Also