Version

WordGridFieldCaptionExportedEventArgs Class Members

The following tables list the members exposed by WordGridFieldCaptionExportedEventArgs.

Public Constructors
 NameDescription
Public ConstructorWordGridFieldCaptionExportedEventArgs ConstructorCreates a new instance of DocumentGridRecordItemExportedEventArgs  
Public Properties
 NameDescription
Public PropertyCaptionThe caption that is being exported (Inherited from Infragistics.Web.UI.GridControls.BaseExportGridFieldCaptionEventArgs)
Public PropertyCellThe table cell in the document that will have data exported to it  
Public PropertyColumnThe column of the caption that is being exported (Inherited from Infragistics.Web.UI.GridControls.BaseExportGridFieldCaptionEventArgs)
Public PropertyIsFooterCellReturns true if this cell is in the grid footer. (Inherited from Infragistics.Web.UI.GridControls.BaseExportGridFieldCaptionEventArgs)
Public PropertyIsHeaderCellReturns true if this cell is in the grid header. (Inherited from Infragistics.Web.UI.GridControls.BaseExportGridFieldCaptionEventArgs)
See Also