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)

Usage

Dim Precedence As WdStyleSheetPrecedence
Dim styleSheet1 As StyleSheet
styleSheet1.Move(Precedence)

Syntax

Sub Move( _
    <InAttribute()> ByVal Precedence As WdStyleSheetPrecedence _
)
void Move(
    [In] WdStyleSheetPrecedence Precedence
);
public: Void Move(
    WdStyleSheetPrecedence^ Precedence
);
public void Move(
    /*in*/WdStyleSheetPrecedence Precedence
);
function Move(
     Precedence : WdStyleSheetPrecedence
);

Parameters

  • Precedence
    Required WdStyleSheetPrecedence. The precedence level. Can be one of these WdStyleSheetPrecedence constants:

    wdStyleSheetPrecedenceHigher

    wdStyleSheetPrecedenceHighest

    wdStyleSheetPrecedenceLower

    wdStyleSheetPrecedenceLowest

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

StyleSheet Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

StyleSheet Members