.

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


GetColumn method
Example

Returns a specified column in a view.

Note This method is new with Release 5.0.2b.

Note This method is supported in COM only.

Defined in

NotesView

Syntax

Set notesViewColumn = notesView.GetColumn( columnNumber& )

Parameters

columnNumber&


Return value

notesViewColumn


Language cross-reference

getColumn method in Java View class

@DbColumn function in formula language

Example