MFC-DeleteColumn删除某列

天子骄龙 / 2023-05-03 / 原文

 

    BOOL b2=mylist4.DeleteColumn(1); //删除列表视图控件中的某列
    /*
    参数:int 列号
    返回值:成功返回非0,失败返回0
    */