DataFilesOpenFileType(Worksheet, FileContext) Method

Open file of the specific type.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public static bool OpenFileType(
	Worksheet worksheet,
	FileContext context
)

Parameters

worksheet  Worksheet
Worksheet to open data in.
context  FileContext
File opening context.

Return Value

Boolean
Defines if file opened correctly.

See Also