FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / Extensions Class / LoadGrid Method / LoadGrid(C1FlexGridBase,String,FileFormatEnum,FileFlags) Method
C1FlexGridBase instance to which a file will be loaded.
Name of the file to load, including the path.
File format to use.
Options to use when loading the file.

In This Topic
    LoadGrid(C1FlexGridBase,String,FileFormatEnum,FileFlags) Method
    In This Topic
    Loads the grid from a file.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub LoadGrid( _
       ByVal grid As C1FlexGridBase, _
       ByVal fileName As String, _
       ByVal format As FileFormatEnum, _
       ByVal flags As FileFlags _
    ) 

    Parameters

    grid
    C1FlexGridBase instance to which a file will be loaded.
    fileName
    Name of the file to load, including the path.
    format
    File format to use.
    flags
    Options to use when loading the file.
    See Also