ListView_DeleteColumnListView_DeleteColumn*
*Contents  *Index  *Topic Contents
*Previous Topic: ListView_DeleteAllItems
*Next Topic: ListView_DeleteItem

ListView_DeleteColumn


BOOL ListView_DeleteColumn(
    HWND hwnd, 		
    int iCol		
);		

Removes a column from a list view control. You can use this macro or send the LVM_DELETECOLUMN message explicitly.

hwnd
Handle to the list view control.
iCol
Index of the column to delete.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.