public IList <string> RowValue(string rowName) { return(Rows.GetRowValue(rowName)); }
public IList <string> RowValue(int rowNum) { return(Rows.GetRowValue(rowNum)); }