Message-ID: <1706421720.9697.1711699357715.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_9696_128513565.1711699357715" ------=_Part_9696_128513565.1711699357715 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html TableFormatting.RepeatAsHeader

TableFormatting.RepeatAsHeader

Description

Sets or returns a=20 boolean that represents if Word will repeat the first row of a= table created with this formatting as a header across multiple pages.=20
C#
=20
public boolean RepeatAsHeader{ get; set; }=20
=20
vb.net
=20
Public Property RepeatAsHeader() As Boolean=20
=20

Examples

=20
C#
=20
          //--- Return RepeatAsHeader
          bool repeatAsHeader =3D oTableFormatting.RepeatAsHeader;

          //--- Set RepeatAsHeader
          oTableFormatting.RepeatAsHeader =3D true;
        
=20
vb.net
=20
          '--- Return RepeatAsHeader
          Dim repeatAsHeader As Boolean =3D oTableFormatting.RepeatAsHeader

          '--- Set RepeatAsHeader
          oTableFormatting.RepeatAsHeader =3D True
        
=20
------=_Part_9696_128513565.1711699357715--