Hello
I have a row number and a column number.
How to get the cell address?
I searched for ready-made functions and couldn't find anything. I can write it myself, but suddenly I didn’t find it.
For example
function GetCellAddress(iRow,iCol:Cardinal):string;
(0,0) => "A1"