'Declaration
Public Const Any As Integer
'Usage
Dim value As Integer value = UAValueRanks.Any
public const int Any
public: const int Any
'Declaration
Public Const Any As Integer
'Usage
Dim value As Integer value = UAValueRanks.Any
public const int Any
public: const int Any
This value rank is used to indicate that the variable's value can be either a single value (scalar) or an array with any number of dimensions. It provides the highest level of flexibility in the types of data the variable can represent.
The corresponding traditional array rank value would be 0, 1, 2, ... .