Share via


Style.Priority Property

Returns or sets a Integer that represents the priority for sorting styles in the Styles task pane. Read/write.

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

Syntax

'Declaration
Property Priority As Integer
    Get
    Set
'Usage
Dim instance As Style
Dim value As Integer

value = instance.Priority

instance.Priority = value
int Priority { get; set; }

Property Value

Type: System.Int32
Integer

See Also

Reference

Style Interface

Style Members

Microsoft.Office.Interop.Word Namespace