ListView.removeColumn

Overview | Methods | This Package | All Packages

ListView.removeColumn

Removes the specified column from the list view control.

Syntax

public void removeColumn( int index )

Parameters

index

The zero-based index of the column to remove.

Exceptions

WFCInvalidArgumentException thrown if the specified index is not valid.

See Also   addColumn