'Declaration Public Overloads Sub Export( _ ByVal gridControl As GridControl, _ ByVal stream As Stream _ )
'Usage Dim instance As ExcelExporter Dim gridControl As GridControl Dim stream As Stream instance.Export(gridControl, stream)
public void Export( GridControl gridControl, Stream stream )
Parameters
- gridControl
- A reference to a Xceed.Grid.GridControl. Cannot be a null reference (Nothing in Visual Basic)
- stream
- The System.IO.Stream to which to export the grid. Cannot be a null reference (Nothing in Visual Basic).