Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






removeColumn method

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

The title of the column. Defaults to the last column.

int columnindex

The position of the column. Defaults to the last column.

Usage

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

See examples

Examples: removeColumn method
Related topics
Accessing view columns




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009