| 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. |