.

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


Columns property
Example

Read-only. All the columns in a view.

Defined in

NotesView

Data type

Array of NotesViewColumn objects

Syntax

To get: notesViewColumnArray = notesView.Columns

Return value

notesViewColumnArray


Usage

To set the value of an individual NotesViewColumn object, you need to access the array elements individually. For example, to get the first element in the array returned from the NotesView object view, you could do the following:


Language cross-reference

Columns property in Java View class

Example
See Also