| Overload | Description |
|---|---|
| Save(C1DataGrid,Stream,FileFormat) | Saves grid content to the specified stream using the specified file format. |
| Save(C1DataGrid,String,FileFormat) | Saves grid content to the specified file using the specified file format. |
| Save(C1DataGrid,Stream,ExcelSaveOptions) | Saves grid content to the specified stream using Excel file format. |
| Save(C1DataGrid,String,ExcelSaveOptions) | Saves grid content to the specified Excel file. |