LOTUSSCRIPT/COM/OLE CLASSES


CopyColumn method
Example

Creates a new column by copying an existing one.

Note This method is new with Release 6.

Defined in

NotesView

Syntax

Set notesViewColumn = notesView.CopyColumn( sourceColumn [ , destinationIndex& ] )

Parameters

sourceColumn


destinationIndex&
Return value

notesViewColumn


Usage

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

Language cross-reference

copyColumn method in Java View class

Example