'Declaration Public Overloads Sub Export( _ ByVal gridControl As GridControl, _ ByVal filename As String _ )
'Usage Dim instance As ExcelExporter Dim gridControl As GridControl Dim filename As String instance.Export(gridControl, filename)
public void Export( GridControl gridControl, string filename )
Parameters
- gridControl
- A reference to a Xceed.Grid.GridControl object whose data will be exported.
- filename
- A string representing the name to be used for the exported file.