'Declaration
Public Overloads Shared Sub LoadGrid( _ ByVal grid As C1FlexGridBase, _ ByVal stream As Stream, _ ByVal format As FileFormatEnum, _ ByVal flags As FileFlags _ )
public static void LoadGrid( C1FlexGridBase grid, Stream stream, FileFormatEnum format, FileFlags flags )
Parameters
- grid
- The C1FlexGridBase instance to which a file will be loaded.
- stream
- The System.IO.Stream to read.
- format
- File format to use.
- flags
- Options to use when loading the data.