CursorRow property



Assigns or returns the row offset of the current cell, that is, the cell where the cursor is currently located.

Syntax

Set:     waffleObject.setCursorRow(rowInt)
Get: rowInt = waffleObject.getCursorRow()

Applies to

Waffle class.

Data type

Integer. The row offset. Row and column offsets begin at 0, so the offset for row 1 is 0, row 2 is 1, and so on.

Usage

CursorRow does not scroll the worksheet. If the current cell is outside the visible area, the worksheet is not scrolled.

Example
CursorRow property example

See also
CursorColumn property