'Declaration
Public Overloads Shared Sub SaveExcel( _ ByVal grid As C1FlexGridBase, _ ByVal fileName As String, _ ByVal sheetName As String, _ ByVal flags As FileFlags, _ ByVal ps As PrinterSettings _ )
public static void SaveExcel( C1FlexGridBase grid, string fileName, string sheetName, FileFlags flags, PrinterSettings ps )
Parameters
- grid
- C1FlexGridBase instance that will be saved.
- fileName
- Name of the file to save, including the path.
- sheetName
- Name of the sheet to add to the Excel workbook.
- flags
- Options to use when saving the file.
- ps
- System.Drawing.Printing.PrinterSettings to use when saving the file.