JAVA/CORBA CLASSES
Removes a column.
Note This method is new with Release 6.5.
Defined in
View
Syntax
public void removeColumn() throws NotesException
public void removeColumn(String columntitle) throws NotesException
public void removeColumn(int columnindex) throws NotesException
Parameters
String columntitle
Positioning is 1-based. This differs from the vector returned by Columns, which is 0-based.
Language cross-reference
RemoveColumn method in LotusScript NotesView class
Example See Also