cursorColumn property

set cursorColumn (int v)

Implementation

set cursorColumn(int v) {
  _cursorColumn = v;
}