Overload List

  Name Description
Public method Save(Stream, FileFormat)
Saves the contents of the grid to an UTF8-encoded stream.
Public method Save(String, FileFormat)
Saves the contents of the grid to an UTF8-encoded file.
Public method Save(Stream, FileFormat, SaveOptions)
Saves the contents of the grid to an UTF8-encoded stream.
Public method Save(StreamWriter, FileFormat, SaveOptions)
Saves the contents of the grid to a StreamWriter.
Public method Save(String, FileFormat, SaveOptions)
Saves the contents of the grid to an UTF8-encoded file.
Public method Save(Stream, FileFormat, Encoding, SaveOptions)
Saves the contents of the grid to a stream.
Public method Save(String, FileFormat, Encoding, SaveOptions)
Saves the contents of the grid to a file.

See Also