WorksheetStartEvaluationImpl Method
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
protected abstract void StartEvaluationImpl(
int startIndex,
int endIndex,
bool withTests,
bool withDebug
)
Protected MustOverride Sub StartEvaluationImpl (
startIndex As Integer,
endIndex As Integer,
withTests As Boolean,
withDebug As Boolean
)
protected:
virtual void StartEvaluationImpl(
int startIndex,
int endIndex,
bool withTests,
bool withDebug
) abstract
abstract StartEvaluationImpl :
startIndex : int *
endIndex : int *
withTests : bool *
withDebug : bool -> unit
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.