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