GetRowValue() public method

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