WorksheetStartEvaluation Method
Performs evaluation of the worksheet.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public void StartEvaluation(
int startIndex = 0,
int endIndex = 2147483647,
bool withTests = true,
bool withDebug = false
)
Public Sub StartEvaluation (
Optional startIndex As Integer = 0,
Optional endIndex As Integer = 2147483647,
Optional withTests As Boolean = true,
Optional withDebug As Boolean = false
)
public:
void StartEvaluation(
int startIndex = 0,
int endIndex = 2147483647,
bool withTests = true,
bool withDebug = false
)
member StartEvaluation :
?startIndex : int *
?endIndex : int *
?withTests : bool *
?withDebug : bool
(* Defaults:
let _startIndex = defaultArg startIndex 0
let _endIndex = defaultArg endIndex 2147483647
let _withTests = defaultArg withTests true
let _withDebug = defaultArg withDebug false
*)
-> unit
Parameters
- startIndex Int32 (Optional)
-
Start index of the Region to proceed evaluation for.
- endIndex Int32 (Optional)
-
End index of the Region to proceed evaluation for.
- withTests Boolean (Optional)
-
Includes evaluation of the depended Regions below (applicable
if endIndex doesn't include last Region).
- withDebug Boolean (Optional)
-
Starts evaluation and breaks execution on first possible operation.