getColumn

abstract fun getColumn(): Int(source)

The starting column on the selected line.

The column is one-indexed, i.e. the first column in the file is column number 1. A non-positive value indicates that the column information is not available.

Return

the column

Since

8.6