Alignment (NotesViewColumn - LotusScript®)

Read-write. The alignment (justification) of data in a column.

Note: This property is new with Release 5.
Note: This property is read-write with Release 6.

Defined in

NotesViewColumn

Data type

Constant of type Integer

Syntax

To get: alignment% = notesViewColumn .Alignment

To set: notesViewColumn .Alignment = alignment%

Legal values

  • VC_ALIGN_CENTER (2)
  • VC_ALIGN_LEFT (0)
  • VC_ALIGN_RIGHT (1)

Example