IPluginDataInputOutput.OpenInitialData Method

Opens the initial data for the worksheet from an externa source.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
void OpenInitialData(
	Stream stream,
	List<Definition> defs,
	Store context
)

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.

See Also