Version

Export(UltraGrid,WordDocumentWriter) Method

Exports the passed in ultragrid to the specified WordDocumentWriter at the current position // of the stream.
Syntax
'Declaration
 
Public Overloads Sub Export( _
   ByVal grid As Infragistics.Win.UltraWinGrid.UltraGrid, _
   ByVal wordDocumentWriter As Infragistics.Documents.Word.WordDocumentWriter _
) 
public void Export( 
   Infragistics.Win.UltraWinGrid.UltraGrid grid,
   Infragistics.Documents.Word.WordDocumentWriter wordDocumentWriter
)

Parameters

grid
Grid to export.
wordDocumentWriter
Destination Infragistics.Documents.Word.WordDocumentWriter.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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