HTMLDivisions.Add(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.
Returns an HTMLDivision object that represents a new HTML division added to a Web document.
public Microsoft.Office.Interop.Word.HTMLDivision Add (ref object Range);
abstract member Add : obj -> Microsoft.Office.Interop.Word.HTMLDivision
Public Function Add (Optional ByRef Range As Object) As HTMLDivision
Parameters
- Range
- Object
Optional Object. An existing HTML division around which to place the new HTML division.