#21093
Yutaka Emura
Keymaster

Hello LifeTimer,

On the next version (v16.2.0 beta 2), you can use eePosCellView flag to specify the coordinate in Cell View mode. For example:

document.selection.SetActivePoint( eePosCellView, 1, 7, false );

will set the active cell at (1,7) in the view.

Thank you,