WorksheetStartEvaluationImpl Method

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
protected abstract void StartEvaluationImpl(
	int startIndex,
	int endIndex,
	bool withTests,
	bool withDebug
)

Parameters

startIndex  Int32
Start index of the Region to perform evaluation for.
endIndex  Int32
End index of the Region to perform evaluation for.
withTests  Boolean
Includes evaluation of the dependent Regions below (applicable unless endIndex includes the last Region).
withDebug  Boolean
If then evaluation will be stopped later in debugger on the first possible operation.

See Also