Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll 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