cArray: GetRank

GetRank

Returns the number of dimensions in the array.



 Public Function GetRank(
	  ByRef Arr As Variant ) As Long

Parameters

Arr
[ByRef] Variant. The array to retrieve the number of dimensions from.

Return Values

Long -  The number of dimension in the array.

Remarks

See Also

Project VBCorLib Overview Class cArray Overview cArray Properties cArray Methods GetLength IndexOf