HTMLDivisions Interface

A collection of HTMLDivision objects that represents the HTML divisions that exist in a Web document.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("000209E8-0000-0000-C000-000000000046")> _
Public Interface HTMLDivisions _
    Inherits IEnumerable
'Usage
Dim instance As HTMLDivisions
[GuidAttribute("000209E8-0000-0000-C000-000000000046")]
public interface HTMLDivisions : IEnumerable

Remarks

Use the HTMLDivisions property to return the HTMLDivisions collection. Use the Add method to add an HTML division to a Web document.

See Also

Reference

HTMLDivisions Members

Microsoft.Office.Interop.Word Namespace