IMatrixWritableProxy.ApplyChanges

Syntax

ApplyChanges;

ApplyChanges();

Description

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

Comments

On calling the method, data changed from the ChangeMatrix matrix will be copied to the BaseMatrix matrix. The ChangeMatrix matrix will be cleared.

Fore and Fore.NET Examples

The method use is given in description for IMatrixEx.CreateWritableProxyO.

See also:

IMatrixWritableProxy