'Declaration
Public Overloads Shared Sub Save( _ ByVal datagrid As C1DataGrid, _ ByVal fileName As String, _ ByVal format As FileFormat _ )
public static void Save( C1DataGrid datagrid, string fileName, FileFormat format )
Parameters
- datagrid
- The datagrid.
- fileName
- The name of the file to save to.
- format
- The file format.