LOTUSSCRIPT/COM/OLE CLASSES
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
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:
Columns property in Java View class
Example See Also