Version

Export(UltraGrid,String) Method

Creates a new Word document with the specified file name and exports the specified UltraWinGrid into it.
Syntax
'Declaration
 
Public Overloads Sub Export( _
   ByVal grid As Infragistics.Win.UltraWinGrid.UltraGrid, _
   ByVal fileName As String _
) 
public void Export( 
   Infragistics.Win.UltraWinGrid.UltraGrid grid,
   string fileName
)

Parameters

grid
Grid to export.
fileName
Name and path of resulting word file.
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