'DeclarationPublic Overloads Shared Sub Save( _ ByVal datagrid As C1DataGrid, _ ByVal stream As Stream, _ ByVal format As FileFormat _ )
public static void Save( C1DataGrid datagrid, Stream stream, FileFormat format )
Parameters
- datagrid
 - The datagrid.
 - stream
 - The stream to save to.
 - format
 - The file format.