@override int hyperlinkIdAt(int row, int col) => row < 0 ? _overHyperlinkId[col] : _hyperlinkId[row][col];