IMatrixWritableProxy.ApplyChanges

Fore Syntax

ApplyChanges;

Fore.NET Syntax

ApplyChanges();

Description

The ApplyChanges method applies all changes to proxy object of data matrix.

Comments

To cancel all changes of proxy object of data matrix, use IMatrixWritableProxy.RevertChanges.

Fore and Fore.NET Examples

The method use is given in the example for IMatrixWritableProxy.BaseMatix.

See also:

IMatrixWritableProxy