Tab > Tab Assembly Interfaces > ITabErrorCheckingOptions
Assembly: Tab;
Namespace: Prognoz.Platform.Interop.Tab;
The ITabErrorCheckingOptions interface is used to determine parameters of error indicating in table formulas.
ITabErrorCheckingOptions
To get error indicating parameters, use the following properties:
Property name | Brief description | |
![]() |
EmptyValuesTreatmentType | The EmptyValuesTreatmentType property returns the action to be performed on indicating errors for formulas with links to empty cells. |
![]() |
EnableChecking | The EnableChecking property determines whether errors are checked and indicated in formulas. |
![]() |
ErrorIndicatorsColor | The ErrorIndicatorsColor property determines color of the indicator shown in the cells, which formulas contain errors. |
![]() |
NumberAsText | The NumberAsText property determines whether the cells that have numeric value formatted as text, are marked as incorrect. |
Method name | Brief description | |
![]() |
Assign | The Assign method fills parameters of error indicating according to the parameters passed to Result. |
![]() |
ResetSkippedErrors | The ResetSkippedErrors method resets skipped errors. |
See also: