Saves the contents of the grid to a stream.
Syntax
'Declaration
Public Overloads Sub Save( _
ByVal As System.IO.Stream, _
ByVal As FileFormat, _
ByVal As System.Text.Encoding, _
ByVal As SaveOptions _
)
public void Save(
System.IO.Stream ,
FileFormat ,
System.Text.Encoding ,
SaveOptions
)
Parameters
- stream
- System.IO.Stream where the contents will be saved.
- format
- FileFormat value that specifies the format used to save the file.
- encoding
- System.Text.Encoding value that specifies the encoding for the file.
- options
- SaveOptions value that specifies options to use when saving the file.
See Also