.

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


Position property
Example

Read-only. The position of a column in its view. Columns are numbered from left to right, starting with 1.

Defined in

NotesViewColumn

Data type

Integer

Syntax

To get: pos% = notesViewColumn.Position

Usage

The Columns property in NotesView returns an array of NotesViewColumn objects. The array is zero-based, so the first element in the array is at index 0 and contains the NotesViewColumn at Position 1. The second element in the array is at index 1 and contains the NotesViewColumn at Position 2, and so on. Remember to add one to the array index to get the correct Position value.

Language cross-reference

Position property in Java ViewColumn class

Example
See Also