Share via


HeaderFooter.PageNumbers Property 

Returns a PageNumbers collection that represents all the page number fields included in the specified header or footer.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim headerFooter1 As HeaderFooter

Dim returnValue As PageNumbers
returnValue = headerFooter1.PageNumbers

Syntax

ReadOnly Property PageNumbers() As PageNumbers
PageNumbers PageNumbers {get;}
property PageNumbers^ PageNumbers{
    PageNumbers^ get();
}
public PageNumbers get_PageNumbers();
function get PageNumbers() : PageNumbers;

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

HeaderFooter Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

HeaderFooter Members