Returns a list of strings that represents a row in the truth table. Each string in the list includes the text in the truth table cell. The row’s index range is[0..num_of_rows-1]
. Row 0 returns the list of table header strings.
Input/Output The row number to retrieve.