====== RemoveColumn ====== Method of [[:scripting:api:list-pane:start|IListPane]] ===== Description ===== Remove column by index ===== Parameters ===== * [[scripting:api:data-type:long|long]] **nVal** ===== Syntax ===== ==== JavaScript ==== ListPane.RemoveColumn(nVal); ==== Visual Basic Script ==== ListPane.RemoveColumn nVal ==== C++ ==== HRESULT hr = ListPane.RemoveColumn(nVal); ===== See Also ===== [[:scripting:api:list-pane:start|IListPane]] ~~NOTOC~~