Right margin of cell.
(self)
| 229 | |
| 230 | @property |
| 231 | def margin_right(self) -> Length: |
| 232 | """Right margin of cell.""" |
| 233 | return self._tc.marR |
| 234 | |
| 235 | @margin_right.setter |
| 236 | def margin_right(self, margin_right: Length | None): |
nothing calls this directly
no test coverage detected