Saves the contents of the grid to a stream.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
public void Save(
	Stream stream,
	FileFormat format,
	SaveOptions options
)
Visual Basic
Public Sub Save ( _
	stream As Stream, _
	format As FileFormat, _
	options As SaveOptions _
)

Parameters

stream
Type: System.IO..::..Stream
Stream where the contents will be saved.
format
Type: C1.Phone.FlexGrid..::..FileFormat
FileFormat value that specifies the format used to save the file.
options
Type: C1.Phone.FlexGrid..::..SaveOptions
SaveOptions value that specifies options to use when saving the file.

Remarks

This caller is responsible for closing the Stream.

See Also