LOTUSSCRIPT/COM/OLE CLASSES


RemoveColumn method
Example

Removes a column.

Note This method is new with Release 6.

Defined in

NotesView

Syntax

Call notesView.RemoveColumn( [ columnNameOrIndex ] )

Parameters

columnNameOrIndex


Usage

Positioning is 1-based. This differs from the array returned by Columns, which is 0-based.

Language cross-reference

removeColumn method in Java View class

Example