Top margin of cell.
(self)
| 239 | |
| 240 | @property |
| 241 | def margin_top(self) -> Length: |
| 242 | """Top margin of cell.""" |
| 243 | return self._tc.marT |
| 244 | |
| 245 | @margin_top.setter |
| 246 | def margin_top(self, margin_top: Length | None): |
nothing calls this directly
no test coverage detected