timetable.height
timetable: H = height (tt)
Number of rows in timetable.
H = height (tt) returns the number of rows in the
timetable tt as a scalar. It is the equivalent of
size (tt, 1).
The count comes from the row times rather than from the variables, so a timetable whose variables have all been removed still reports the rows it labels.
Source Code: timetable