CListCtrl::InsertColumn

This method inserts a new column in a list view control.

At a Glance

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

Syntax

int InsertColumn( int nCol, const LV_COLUMN* pColumn );
int InsertColumn( int
nCol, LPCTSTR lpszColumnHeading,
int
nFormat = LVCFMT_LEFT, int nWidth = 1, int nSubItem = 1 );

See Also

CListCtrl::DeleteColumn