'Declaration
Public Overloads Shared Sub SaveGrid( _ ByVal grid As C1FlexGridBase, _ ByVal stream As Stream, _ ByVal format As FileFormatEnum, _ ByVal flags As FileFlags, _ ByVal encoding As Encoding _ )
public static void SaveGrid( C1FlexGridBase grid, Stream stream, FileFormatEnum format, FileFlags flags, Encoding encoding )
Parameters
- grid
- C1FlexGridBase instance that will be saved.
- stream
- The System.IO.Stream to write.
- format
- File format to use.
- flags
- Options to use when saving the file.
- encoding
- System.Text.Encoding to use when saving the file.