Click or drag to resize

RowFormat IsHeader Property

Gets or sets a value indicating whether the table has a header. rue if the row is repeated as a table heading on every page when the table spans more than one page.

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool IsHeader { get; set; }

Property Value

Type: Boolean
See Also