| 
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
Syntax
 
 
public bool IsHeader { get; set; }
 
Public Property IsHeader As Boolean
	Get
	Set
 
public:
property bool IsHeader {
	bool get ();
	void set (bool value);
}
 
member IsHeader : bool with get, set
 
 
 
Property Value
 
 Type:
 
Boolean
 
 
 See Also
See Also