IsResize (NotesViewColumn - LotusScript®)

Read-write. Indicates whether a column is resizable.

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

Defined in

NotesViewColumn

Data type

Boolean

Syntax

To get: flag = notesViewColumn.IsResize

To set: notesViewColumn . IsResize = flag

Legal values

  • True indicates that the column is resizable.
  • False indicates that the column is not resizable.

Example