IDocumentLoaderOpenFile(Stream, String) Method

Open file of the supported format given by stream.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.74.9654.0
C#
Worksheet OpenFile(
	Stream stream,
	string fileName
)

Parameters

stream  Stream
File stream to open.
fileName  String
Name of the file to open.

Return Value

Worksheet

See Also