Width of column in EMU.
(self)
| 388 | |
| 389 | @property |
| 390 | def width(self) -> Length: |
| 391 | """Width of column in EMU.""" |
| 392 | return self._gridCol.w |
| 393 | |
| 394 | @width.setter |
| 395 | def width(self, width: Length): |
nothing calls this directly
no test coverage detected