IMatrixWritableProxy.ApplyChanges

Syntax

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.

Example

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

See also:

IMatrixWritableProxy