Loads the worksheet from a stream.

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

Syntax

C#
public void Load(
	Stream stream
)
Visual Basic
Public Sub Load ( _
	stream As Stream _
)

Parameters

stream
Type: System.IO..::..Stream
Stream that contains the worksheet.

See Also