hide_mark property

CellFormat.hide_mark property

Returns or sets visibility of cell mark.

@property
def hide_mark(self) -> bool:
    ...

@hide_mark.setter
def hide_mark(self, value: bool):
    ...

Remarks

Specifies that table cell content is rendered with no height if all cells in the row are empty; however, cells have a visible height if they have nonzero cell borders, cell margins, or cell spacing.

See Also