Ejemplo n.º 1
0
 public string GetSubCase(int row, subColName col)
 {
     return(this.GetCellValue(Convert.ToChar('A' + (int)col) + "" + row));
 }
Ejemplo n.º 2
0
 public string GetSubCase(int row, subColName col)
 {
     return this.GetCellValue(Convert.ToChar('A'+(int)col)+""+row);
 }