Denotes a location of an editor in the window. Editors can be arranged in a grid and each column represents one editor location in that grid by counting the editors in order of their appearance.

Static variables

@:enumstaticread onlyActive:ViewColumn

A symbolic editor column representing the currently active column. This value can be used when opening editors, but the resolved {@link TextEditor.viewColumn viewColumn}-value of editors will always be One, Two, Three,... or undefined but never Active.

@:enumstaticread onlyBeside:ViewColumn

A symbolic editor column representing the column to the side of the active one. This value can be used when opening editors, but the resolved {@link TextEditor.viewColumn viewColumn}-value of editors will always be One, Two, Three,... or undefined but never Beside.

@:enumstaticread onlyEight:ViewColumn

The eighth editor column.

@:enumstaticread onlyFive:ViewColumn

The fifth editor column.

@:enumstaticread onlyFour:ViewColumn

The fourth editor column.

@:enumstaticread onlyNine:ViewColumn

The ninth editor column.

@:enumstaticread onlyOne:ViewColumn

The first editor column.

@:enumstaticread onlySeven:ViewColumn

The seventh editor column.

@:enumstaticread onlySix:ViewColumn

The sixth editor column.

@:enumstaticread onlyThree:ViewColumn

The third editor column.

@:enumstaticread onlyTwo:ViewColumn

The second editor column.