Esempio n. 1
0
 public void GetCellValue(string Column, string Row)
 {
     Drive.GetCellValue(AllPhotosSheet, Column, Row, true);
     // return cellValue; // doesn't work: asynchronous process?
 }