This method inserts a new column in a list view control.
Header file: | Afxcmn.h |
Platforms: | H/PC 2.0, Palm-size PC, H/PC Pro |
Windows CE versions: | 1.0 and later |
Complete documentation: | Visual C++ documentation |
int InsertColumn( int nCol, const LV_COLUMN* pColumn );
int InsertColumn( int nCol, LPCTSTR lpszColumnHeading,
int nFormat = LVCFMT_LEFT, int nWidth = –1, int nSubItem = –1 );