Exemple #1
0
 public IList <string> RowValue(string rowName)
 {
     return(Rows.GetRowValue(rowName));
 }
Exemple #2
0
 public IList <string> RowValue(int rowNum)
 {
     return(Rows.GetRowValue(rowNum));
 }