CObArray::GetUpperBound

Call this member function to retrieve the current upper bound of this array. Because array indexes are zero-based, this function returns a value 1 less than GetSize.

Syntax

int GetUpperBound( ) const;

At a Glance

Header file: Afxcoll.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CObArray Overview, CObArray Member Functions, Array Classes, CObArray::GetSize, CObArray::SetSize