FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / Extensions Class / SaveGrid Method / SaveGrid(C1FlexGridBase,String,FileFormatEnum) Method
C1FlexGridBase instance that will be saved.
Name of the file to save, including the path.
File format to use.

In This Topic
    SaveGrid(C1FlexGridBase,String,FileFormatEnum) Method
    In This Topic
    Saves the grid contents to a file.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub SaveGrid( _
       ByVal grid As C1FlexGridBase, _
       ByVal fileName As String, _
       ByVal format As FileFormatEnum _
    ) 
    public static void SaveGrid( 
       C1FlexGridBase grid,
       string fileName,
       FileFormatEnum format
    )

    Parameters

    grid
    C1FlexGridBase instance that will be saved.
    fileName
    Name of the file to save, including the path.
    format
    File format to use.
    See Also