Assembly: Matrix;
The IMatrixEx interface is used to work with advanced parameters of data matrix.
IMatrixEx
To get an object of this type, cast the object of the IMatrix type to IMatrixEx.
Property name | Brief description | |
The AttachmentValueIndex property returns attachment index. |
||
The ChangesInfo property returns information about matrix changes. |
||
The MemoryReserved property returns an approximate amount of memory allocated by matrix in bytes. |
||
The MemoryUsed property returns an approximate amount of memory used by matrix in bytes. |
||
The PreserveOriginalValues property determines whether matrix source values are saved. |
||
The ScaleValueIndex property scale index. |
Method name | Brief description | |
The ApplyChanges method applies made matrix changes. | ||
CreateWritableProxyO | The CreateWritableProxyO method creates a proxy object of data matrix. | |
RevertChanges | The RevertChanges method reverts made changes of matrix values. |
See also: