Version

WordRowExportingEventArgs Class Members

The following tables list the members exposed by WordRowExportingEventArgs.

Public Constructors
 NameDescription
Public ConstructorWordRowExportingEventArgs ConstructorCreates a new instance of WordRowExportingEventArgs  
Public Properties
 NameDescription
Public PropertyCancel  
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 PropertyRowReturns the table row in the document that will be exported (Inherited from Infragistics.Web.UI.GridControls.WordRowExportedEventArgs)
See Also