GetRowValue() public method

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