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.

Introduced: 14.0.

Syntax

public int SectionNumber { get; }
Public ReadOnly Property SectionNumber() As Integer

Limitations

Read only.