FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / Extensions Class / LoadExcel Method / LoadExcel(C1FlexGridBase,String) Method
C1FlexGridBase instance to which a file will be loaded.
Name of the file to load, including the path.

In This Topic
    LoadExcel(C1FlexGridBase,String) Method
    In This Topic
    Loads the grid from the first worksheet in a Microsoft Excel (.XLS) file.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub LoadExcel( _
       ByVal grid As C1FlexGridBase, _
       ByVal fileName As String _
    ) 
    public static void LoadExcel( 
       C1FlexGridBase grid,
       string fileName
    )

    Parameters

    grid
    C1FlexGridBase instance to which a file will be loaded.
    fileName
    Name of the file to load, including the path.
    See Also