Width (ViewColumn - Java)

Read-write. The width of a column.

Note: This property is read-write with Release 6.5.

Defined in

ViewColumn

Data type

int

Syntax

public int getWidth()
    throws NotesException
public void setWidth(int width)
    throws NotesException

Example