The IMatrixModelSwapInfo interface contains properties and methods that are required to rearrange matrix dimensions.
| Property name | Brief description | |
| Count | The Count property returns the number of dimensions, which can be rearranged in the matrix. | |
| Item | The Item property returns the current index of a matrix dimension. |
| Method name | Brief description | |
| Swap | The Swap method rearranges dimensions. |
See also: