Loads the Excel worksheet from a file.

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

Syntax

C#
public void Load(
	string fileName,
	bool last
)
Visual Basic
Public Sub Load ( _
	fileName As String, _
	last As Boolean _
)

Parameters

fileName
Type: System..::..String
Name of the file that contains the worksheet.
last
Type: System..::..Boolean
True to finish loading from the workbook; False to load data into the other worksheets.

Remarks

It was previously necessary to load the workbook from the stream without filling the worksheets.

See Also