Version

WordWriterInitializeRowEventArgs Class Members

The following tables list the members exposed by WordWriterInitializeRowEventArgs.

Public Properties
 NameDescription
Public PropertyRowThe grid row being initialized.  
Public PropertySkipDescendantsSpecifies whether to skip the descendats of the current row.  
Public PropertySkipRowSpecifies whether to skip the current row.  
Public PropertySkipSiblingsSpecifies whether to skip sibling rows of the current row.  
Public PropertyTerminateExportSpecifies whether to terminate the export process. If the export is terminated, the current row will not be processed.  
See Also