IPluginOpenFileTypesOpenFileType Method
Requests to open file of specified type.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
bool OpenFileType(
Stream stream,
List<RegionsList> regionsLists,
FileContext context
)
Function OpenFileType (
stream As Stream,
regionsLists As List(Of RegionsList),
context As FileContext
) As Boolean
bool OpenFileType(
Stream^ stream,
List<RegionsList^>^ regionsLists,
FileContext^ context
)
abstract OpenFileType :
stream : Stream *
regionsLists : List<RegionsList> *
context : FileContext -> bool
- 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.
Boolean
Returns condition of the file open operation.