RemoveColumn

Method of IListPane

Description

Remove column by index

Parameters

Syntax

JavaScript

ListPane.RemoveColumn(nVal);

Visual Basic Script

ListPane.RemoveColumn nVal

C++

HRESULT hr = ListPane.RemoveColumn(nVal);

See Also

IListPane