Version

ExcelRowExportedEventArgs Class Members

The following tables list the members exposed by ExcelRowExportedEventArgs.

Public Properties
 NameDescription
Public PropertyCurrentColumnIndexIndex of the current exporting column in excel worksheet.  
Public PropertyCurrentOutlineLevelCurrent outline level used for grouping.  
Public PropertyCurrentRowIndexIndex of the current exporting row in excel worksheet.  
Public PropertyGridRowReturns the row in the grid, if any, being exported (Inherited from Infragistics.Web.UI.GridControls.BaseExportRowEventArgs)
Public PropertyIsFooterRowReturns true if this is the footer row (Inherited from Infragistics.Web.UI.GridControls.BaseExportRowEventArgs)
Public PropertyIsHeaderRowReturns true if this is the header row (Inherited from Infragistics.Web.UI.GridControls.BaseExportRowEventArgs)
Public PropertyIsSummaryRowReturns true if this is a summary row (Inherited from Infragistics.Web.UI.GridControls.BaseExportRowEventArgs)
Public PropertyWorksheetCurrent exporting worksheet.  
Public PropertyWorksheetRowReturns reference to WorkSheetRow just exported  
See Also