Click or drag to resize
RuntimeEngineFromSpreadSheet Method
Creates an IRuntimeEngine instance from a stream of spreadsheet content.

Namespace: FlexRule
Assembly: FlexRule.Engine (in FlexRule.Engine.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public static IRuntimeEngine FromSpreadSheet(
	Stream spreadSheet,
	string activeSheet,
	bool newFormat = true
)

Parameters

spreadSheet
Type: System.IOStream
activeSheet
Type: SystemString
newFormat (Optional)
Type: SystemBoolean

Return Value

Type: IRuntimeEngine
See Also