This member function removes one or more elements starting at a specified index in an array. In the process, it shifts down all the elements above the removed element(s).
void RemoveAt( int nIndex, int nCount = 1 );
| Header file: | Afxtempl.h |
| Platforms: | |
| Versions: | 1.0 and later |
| Complete documentation: | Visual C++ documentation |
CArray Overview, CArray Member Functions, CArray::SetAt, CArray::SetAtGrow, CArray::InsertAt