Removes the specified element from the array.
BOOL RemoveAt( int nIndex );
Index pointing to the element to remove.
Returns TRUE if the element was removed, FALSE if the index was invalid.
When an element is removed, the remaining elements in the array are renumbered to fill the empty space.
Header: atlsimpcoll.h