HTMLDivisions.Add Method
Word Developer Reference |
Returns an HTMLDivision object that represents a new HTML division added to a Web document.
Syntax
expression.Add(Range)
expression Required. A variable that represents an HTMLDivisions collection.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Range | Optional | Variant | An existing HTML division around which to place the new HTML division. |
Return Value
HTMLDivision
See Also