RevertChanges;
RevertChanges();
The RevertChanges method cancels all changes of proxy object of data matrix.
After calling the method the changed matrix obtained in the IMatrixWritableProxy.ChangeMatrix property will be empty.
To apply all changes to proxy object of data matrix, use IMatrixWritableProxy.ApplyChanges.
The method use is given in the example for IMatrixWritableProxy.BaseMatix.
See also: