'Declaration
Public Overloads Shared Sub Save( _ ByVal datagrid As C1DataGrid, _ ByVal fileName As String, _ ByVal options As ExcelSaveOptions _ )
public static void Save( C1DataGrid datagrid, string fileName, ExcelSaveOptions options )
Parameters
- datagrid
- The datagrid.
- fileName
- The name of the file to save to.
- options
- Save options, can be a null value.