Overload List
Name | Description | |
---|---|---|
![]() |
Save(Stream, FileFormat) |
Saves the contents of the grid to an UTF8-encoded stream.
|
![]() |
Save(String, FileFormat) |
Saves the contents of the grid to an UTF8-encoded file.
|
![]() |
Save(Stream, FileFormat, SaveOptions) |
Saves the contents of the grid to an UTF8-encoded stream.
|
![]() |
Save(StreamWriter, FileFormat, SaveOptions) |
Saves the contents of the grid to a StreamWriter.
|
![]() |
Save(String, FileFormat, SaveOptions) |
Saves the contents of the grid to an UTF8-encoded file.
|
![]() |
Save(Stream, FileFormat, Encoding, SaveOptions) |
Saves the contents of the grid to a stream.
|
![]() |
Save(String, FileFormat, Encoding, SaveOptions) |
Saves the contents of the grid to a file.
|