'DeclarationPublic Overloads Shared Sub Save( _ ByVal datagrid As C1DataGrid, _ ByVal stream As Stream, _ ByVal options As ExcelSaveOptions _ )
public static void Save( C1DataGrid datagrid, Stream stream, ExcelSaveOptions options )
Parameters
- datagrid
 - The datagrid.
 - stream
 - The stream to save to.
 - options
 - Save options, can be a null value.