I am working with spread sheet control in winform project. when we work with spread sheet control then how could i get cell address Like A10 AB5.
I also use EPPlus. providing column and row number we can get cell address from EPPlus this way worksheet.Cells[row, (col + 2)].Address;
how to achieve the same with spread sheet control?
provide a code sample. thanks