Saves the worksheet into a stream.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

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

Parameters

stream
Type: System.IO..::..Stream
Stream where the worksheet is saved.
format
Type: C1.Silverlight.Excel..::..FileFormat
FileFormat value that specifies the format to save the worksheet in.

See Also