Version

ExcelRowExportingEventArgs Class Members

The following tables list the members exposed by ExcelRowExportingEventArgs.

Public Constructors
 NameDescription
Public ConstructorExcelRowExportingEventArgs ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyCancelGets or sets a value indicating whether the event should be canceled.  
Public PropertyCurrentColumnIndexIndex of the current exporting column in excel worksheet. (Inherited from Infragistics.Web.UI.GridControls.ExcelRowExportedEventArgs)
Public PropertyCurrentOutlineLevelCurrent outline level used for grouping. (Inherited from Infragistics.Web.UI.GridControls.ExcelRowExportedEventArgs)
Public PropertyCurrentRowIndexIndex of the current exporting row in excel worksheet. (Inherited from Infragistics.Web.UI.GridControls.ExcelRowExportedEventArgs)
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. (Inherited from Infragistics.Web.UI.GridControls.ExcelRowExportedEventArgs)
Public PropertyWorksheetRowReturns reference to WorkSheetRow just exported (Inherited from Infragistics.Web.UI.GridControls.ExcelRowExportedEventArgs)
See Also