For 1≤i,j≤n, choose ai,j equal to the remainder of 3i+j when divided by n. Clearly, 0≤ai,j≤n−1, for 1≤i,j≤n.
If we fix a row 1≤i≤n, ai,j1=ai,j2, for 1≤j1,j2≤n, implies 3i+j1≡3i+j2(modn), that is j1≡j2(modn) and therefore j1=j2.
Hence, ai,1,…,ai,n is a permutation of 0,1,…,n−1.
If we fix a column 1≤j≤n, ai1,j=ai2,j, for 1≤i1,i2≤n, implies 3i1+j≡3i2+j(modn), that is 3i1≡3i2(modn). But n is not divisible by 3. Therefore i1=i2. This proves that a1,j,…,an,j is a permutation of 0,1,…,n−1.
Now, let 1≤i<j≤n and 1≤i′<j′≤n such that (ai,j,aj,i)=(ai′,j′,aj′,i′) this implies that 3i+j≡3i′+j′(modn) and 3j+i≡3j′+i′(modn). This is equivalent to 8i≡8i′(modn) and 8j≡8j′(modn). But n is an odd number. Therefore, (i,j)=(i′,j′). Hence, the board is totally non-symmetric.