PreserveOriginalValues: Boolean;
The PreserveOriginalValues property determines whether matrix source values are stored separately from the changed ones.
Available values:
True. Source values will be saved. For details about source values use the IMatrixEx.ChangesInfo property.
False. Source values will not be saved.
The property use is given in the example for IMatrixEx.ChangesInfo.
See also: