Method of IListPane
Remove column by index
ListPane.RemoveColumn(nVal);
==== Visual Basic Script ====
ListPane.RemoveColumn nVal
==== C++ ====
HRESULT hr = ListPane.RemoveColumn(nVal);
===== See Also ===== IListPane