![]()
Defines which table border elements are hidden when rendering. None (default) renders all elements. Combine flags to hide multiple elements at once.
public enum HideTable
None 0
Show all border elements (default).
RowSeparator 1
Hide horizontal separators between data rows.
Header 2
Hide the entire header row (column titles) and the separator line between header and data. When set, no header content is rendered; the top border connects directly to the data rows.
ColumnSeparator 4
Hide vertical separators between columns.
OuterBorder 8
Hide the outer frame border (top, bottom, left and right edges).