'Declaration
Public Overloads Shared Sub SaveExcel( _ ByVal grid As C1FlexGridBase, _ ByVal fileName As String _ )
public static void SaveExcel( C1FlexGridBase grid, string fileName )
Parameters
- grid
- C1FlexGridBase instance that will be saved.
- fileName
- Name of the file to save, including the path.