'Declaration
Public Overloads Shared Function LoadExcelSheetNames( _ ByVal grid As C1FlexGridBase, _ ByVal fileName As String _ ) As String()
public static string[] LoadExcelSheetNames( C1FlexGridBase grid, string fileName )
Parameters
- grid
- C1FlexGridBase instance to which a file will be loaded.
- fileName
- Name of the Excel file, including the path.
Return Value
An array containing the names of the worksheets defined in the file.