Esempio n. 1
0
        internal static string GetCoord(int rowIndex, int columnIndex)
        {
            StringBuilder sb = new StringBuilder();

            CalcParser.UnParseCell(false, 0, 0, rowIndex, columnIndex, true, true, sb, CalcRangeType.Cell);
            return(sb.ToString());
        }