示例#1
0
 static public string ToString(int row, int column)
 {
     return(string.Format("{0}{1}", CellRef.Int2Column(column), row));
 }