Example #1
0
 /// <summary>
 /// Returns the inner text of the Row
 /// </summary>
 /// <param name="row">Row number, zero based</param>
 /// <returns>Text from the row</returns>
 public string GetStudentRowText(int row)
 {
     return(StudentTable.GetRow(row).InnerText);
 }