StyleSheet.Move Method
Word Developer Reference |
Moves a style sheet's order of precedence.
Syntax
expression.Move(Precedence)
expression Required. A variable that represents a StyleSheet object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Precedence | Required | WdStyleSheetPrecedence | The precedence level. |
See Also