IMatrixWritableProxy.RevertChanges

Syntax

RevertChanges;

Description

The RevertChanges method cancels all changes of proxy object of data matrix.

Comments

On calling the method, the ChangeMatrix matrix will be cleared and the initial matrix basing on which the current proxy object is obtained will be restored from the BaseMatrix matrix.

Example

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

See also:

IMatrixWritableProxy