Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== RemoveColumn ====== Method of [[:scripting:api:list-pane:start|IListPane]] ===== Description ===== Remove column by index ===== Parameters ===== * [[scripting:api:data-type:long|long]] **nVal** ===== Syntax ===== ==== JavaScript ==== <code javascript> ListPane.RemoveColumn(nVal); </code>==== Visual Basic Script ==== <code vb> ListPane.RemoveColumn nVal </code>==== C++ ==== <code cpp> HRESULT hr = ListPane.RemoveColumn(nVal); </code>===== See Also ===== [[:scripting:api:list-pane:start|IListPane]] ~~NOTOC~~