CursorColumn property
Assigns or returns the column offset of the current cell, that is, the cell where the cursor is currently located.
Syntax
Set: waffleObject.setCursorColumn(colInt)
Get: colInt = waffleObject.getCursorColumn()
Applies to
Waffle class.
Data type
Integer. The column offset. Column and row offsets begin at 0, so the offset for column A is 0, column B is 1, and so on.
Usage
CursorColumn does not scroll the worksheet. If the current cell is outside the visible area, the worksheet is not scrolled.
Example
CursorColumn property example
See also
CursorRow property