Return a newly created `a:tr` child element having its `h` attribute set to `height`.
(self, height: Length)
| 42 | del _tag_seq |
| 43 | |
| 44 | def add_tr(self, height: Length) -> CT_TableRow: |
| 45 | """Return a newly created `a:tr` child element having its `h` attribute set to `height`.""" |
| 46 | return self._add_tr(h=height) |
| 47 | |
| 48 | @property |
| 49 | def bandCol(self) -> bool: |