'Declaration
Public Overloads Shared Sub SaveGrid( _ ByVal grid As C1FlexGridBase, _ ByVal fileName As String, _ ByVal format As FileFormatEnum, _ ByVal flags As FileFlags _ )
public static void SaveGrid( C1FlexGridBase grid, string fileName, FileFormatEnum format, FileFlags flags )
Parameters
- grid
- C1FlexGridBase instance that will be saved.
- fileName
- Name of the file to save, including the path.
- format
- File format to use.
- flags
- Options to use when saving the file.