Gets or sets a value specifying whether the table row is part of the table's header. The property value is true, if the table row belongs to the header. Otherwise, it is false. A table header consists of one or more table rows which are repeated on top of each page when a single table extends over several pages.

Introduced: 16.0.

Syntax

public bool IsHeader { get; set; }
Public Property IsHeader() As Boolean