StyleSheet.Move Method

Moves a style sheet's order of precedence.

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

Syntax

'Declaration
Sub Move ( _
    Precedence As WdStyleSheetPrecedence _
)
'Usage
Dim instance As StyleSheet
Dim Precedence As WdStyleSheetPrecedence

instance.Move(Precedence)
void Move(
    WdStyleSheetPrecedence Precedence
)

Parameters

See Also

Reference

StyleSheet Interface

StyleSheet Members

Microsoft.Office.Interop.Word Namespace