public const int TwoDimensions
public: const int TwoDimensions
'Declaration
Public Const TwoDimensions As Integer
'Usage
Dim value As Integer value = UAValueRanks.TwoDimensions
This value rank is used to specify that the variable's value is always an array with two dimensions. It is suitable for variables that represent matrices or higher-dimensional data structures where elements can be accessed by two indices.
The corresponding traditional array rank value would be also 2.