Set column separators of a table
(mut self, row: Option<HorizontalLine>)
| 415 | |
| 416 | /// Set column separators of a table |
| 417 | pub fn row(mut self, row: Option<HorizontalLine>) -> Self { |
| 418 | self.0.row = row; |
| 419 | self |
| 420 | } |
| 421 | |
| 422 | /// Set title of a table |
| 423 | /// |