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