I am trying to use the code after searching too much in google for alphabet increment. My logic is;
string result = char.ConvertFromUtf32(97 + index1 % 26) + result
The code is working fine till A to Z. However, i want the next letter to appear after Z as AA in one click. Then AB till ZZZZZ.