IPluginOpenFileTypesOpenFileType Method

Requests to open file of specified type.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
bool OpenFileType(
	Stream stream,
	List<RegionsList> regionsLists,
	FileContext context
)

Parameters

stream  Stream
File stream to read data from.
regionsLists  ListRegionsList
Lists of the Controls currently exists on the worksheet.
context  FileContext
Current file open context.

Return Value

Boolean
Returns condition of the file open operation.

See Also