'Declaration
Public Overloads Shared Sub LoadGrid( _ ByVal grid As C1FlexGridBase, _ ByVal fileName As String, _ ByVal format As FileFormatEnum, _ ByVal flags As FileFlags, _ ByVal encoding As Encoding _ )
public static void LoadGrid( C1FlexGridBase grid, string fileName, FileFormatEnum format, FileFlags flags, Encoding encoding )
Parameters
- grid
- The 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.
- encoding
- The System.Text.Encoding to use when loading the file.