In This Topic
Saves the contents of the grid to a file.
Overload List
Overload | Description |
Save(String,GridFileFormat,Encoding,GridSaveOptions) |
Saves the contents of the grid to a file.
|
Save(String,GridFileFormat,GridSaveOptions) |
Saves the contents of the grid to an UTF8-encoded file.
|
Save(String,GridFileFormat) |
Saves the contents of the grid to an UTF8-encoded file.
|
Save(Stream,GridFileFormat) |
Saves the contents of the grid to an UTF8-encoded stream.
|
Save(Stream,GridFileFormat,GridSaveOptions) |
Saves the contents of the grid to an UTF8-encoded stream.
|
Save(Stream,GridFileFormat,Encoding,GridSaveOptions) |
Saves the contents of the grid to a stream.
|
Save(StreamWriter,GridFileFormat,GridSaveOptions) | Saves the contents of the grid to a System.IO.StreamWriter. |
See Also