Share via


PageNumbers.NumberStyle Property

Returns or sets the number style for the PageNumbers object.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property NumberStyle As WdPageNumberStyle
    Get
    Set
'Usage
Dim instance As PageNumbers
Dim value As WdPageNumberStyle

value = instance.NumberStyle

instance.NumberStyle = value
WdPageNumberStyle NumberStyle { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdPageNumberStyle

Remarks

The NumberStyle property can be one of the WdPageNumberStyle constants. Some of these constants may not be available to you, depending on the language support (U.S. English, for example) that you’ve selected or installed.

See Also

Reference

PageNumbers Interface

PageNumbers Members

Microsoft.Office.Interop.Word Namespace