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