.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


CreateColumn method
Example

Creates a new column.

Note This method is new with Release 6.

Defined in

NotesView

Syntax

Set notesViewColumn = notesView.CreateColumn( [ position& ] [ , columnName$ ] [ , formula$ ] )

Parameters

position&


columnName$
formula$
Return value

notesViewColumn


Usage

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

Language cross-reference

createColumn method in Java View class

DesignViewAppendColumn @command in formula language

DesignViewNewColumn @command in formula language

Example