Get the current cursor column.
Future<int> cursorCol() async { final sel = await VolvoxGridService.GetSelection(_getSelectionRequest); return sel.activeCol; }