Version

Export(UltraGrid,Stream) Method

Exports the specified UltraWinGrid as a Word document into the specified stream.
Syntax
'Declaration
 
Public Overloads Sub Export( _
   ByVal grid As Infragistics.Win.UltraWinGrid.UltraGrid, _
   ByVal stream As Stream _
) 
public void Export( 
   Infragistics.Win.UltraWinGrid.UltraGrid grid,
   Stream stream
)

Parameters

grid
Grid to export.
stream
The stream into which the grid will be exported.
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