IPluginDataInputOutputOpenInitialData 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  ListDefinition
List of definitions which must be filled by this method from the external source.
context  Store
Store of evaluation data.

See Also