IPluginDataInputOutput.OpenInitialData Method
Opens the initial data for the worksheet from an externa source.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
void OpenInitialData(
Stream stream,
List<Definition> defs,
Store context
)
Sub OpenInitialData (
stream As Stream,
defs As List(Of Definition),
context As Store
)
void OpenInitialData(
Stream^ stream,
List<Definition^>^ defs,
Store^ context
)
abstract OpenInitialData :
stream : Stream *
defs : List<Definition> *
context : Store -> unit
Parameters
- stream Stream
- Stream of the external source.
- defs List<Definition>
- List of definitions which must be filled by this method from the external source.
- context Store
- Store of evaluation data.