WdStyleSheetPrecedence Enumeration

Specifies the level of importance of a style sheet compared to other cascading style sheets attached to the Web document.

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

Syntax

'Declaration
Public Enumeration WdStyleSheetPrecedence
'Usage
Dim instance As WdStyleSheetPrecedence
public enum WdStyleSheetPrecedence

Members

Member name Description
wdStyleSheetPrecedenceHigher Raise precedence.
wdStyleSheetPrecedenceLower Lower precedence.
wdStyleSheetPrecedenceHighest Highest precedence.
wdStyleSheetPrecedenceLowest Lowest precedence.

Remarks

Used with the Add and Move methods of the StyleSheet object.

See Also

Reference

Microsoft.Office.Interop.Word Namespace