ITabErrorCheckingOptions.Assign

Fore Syntax

Assign(Result: ITabErrorCheckingOptions);

Fore.NET Syntax

Assign(Result: Prognoz.Platform.Interop.Tab.ITabErrorCheckingOptions);

Parameters

Result. Parameters of error indicating, according to which the current parameters are set.

Description

The Assign method fills parameters of error indicating according to the parameters passed to Result.

Comments

To reset ignored errors, use the ITabErrorCheckingOptions.ResetSkippedErrors method.

Fore and Fore.NET Examples

The method use is given in the example for ITabErrorCheckingOptions.EnableChecking.

See also:

ITabErrorCheckingOptions