Description
Returns the size of a correlation matrix. A correlation's size is set when it is created using the Add or AddDependency methods of the parent correlations collection object. After a correlation has been created, its size can not be changed.
Syntax
matrixSize = object.Correlations("myMatrix").Size
Arguments
None.
Return Value
(Integer) – the size of the matrix. For example, a 3X3 correlation matrix has a size of three.
Example
matrixSize = RKDApp.Correlations("myMatrix").Size