TX Text Control .NET Documentation

HeaderFooter.SectionNumber Property

Description:Returns the number of the section to which the header or footer belongs. The sections of the document are numbered beginning with 1. This property returns zero, if the header or footer object does not represent a single header or footer.

Syntax:
[C#] public int SectionNumber { get; }
[Visual Basic] Public ReadOnly Property SectionNumber() As Integer
Limitations:Read only.

Introduced:14.0

See also:Headers and Footers, Graphical Overview.