Version

WordRowExportingEventArgs Constructor

Creates a new instance of WordRowExportingEventArgs
Syntax
'Declaration
 
Public Function New( _
   ByVal row As TableRow, _
   ByVal gridRow As GridRecord, _
   ByVal isHeader As Boolean, _
   ByVal isFooter As Boolean, _
   ByVal isSummary As Boolean _
)
public WordRowExportingEventArgs( 
   TableRow row,
   GridRecord gridRow,
   bool isHeader,
   bool isFooter,
   bool isSummary
)

Parameters

row
The row in the document that is being exported
gridRow
The grid row that is being exported, if one
isHeader
Whether the row is for the header
isFooter
Whether the row is for the footer
isSummary
Whether the row is for a summary
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also