Range.ModifyEnclosure(Object, Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds, modifies, or removes an enclosure around the specified character or characters.
public void ModifyEnclosure (ref object Style, ref object Symbol, ref object EnclosedText);
abstract member ModifyEnclosure : obj * obj * obj -> unit
Public Sub ModifyEnclosure (ByRef Style As Object, Optional ByRef Symbol As Object, Optional ByRef EnclosedText As Object)
Parameters
- Style
- Object
Required Object. The style of the enclosure. Can be any WdEncloseStyle constant.
- Symbol
- Object
Optional Object. The symbol in which to enclose the specified range. Can be any WdEnclosureType constant.
- EnclosedText
- Object
Optional Object. The characters that you want to enclose. If you include this argument, Microsoft Word replaces the specified range with the enclosed characters. If you don't specify text to enclose, Microsoft Word encloses all text in the specified range.