Removes a column.
Note This method is new with Release 6.
Call notesView.RemoveColumn( [ columnNameOrIndex ] )
columnNameOrIndex
String or Long. The title or position of the column. Defaults to the last column.
Positioning is 1-based. This differs from the array returned by Columns, which is 0-based.
removeColumn method in Java View class
See examples