HTMLDivision Interface

Represents a single HTML division that can be added to a Web document.

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

Syntax

'Declaration
<GuidAttribute("000209E7-0000-0000-C000-000000000046")> _
Public Interface HTMLDivision
'Usage
Dim instance As HTMLDivision
[GuidAttribute("000209E7-0000-0000-C000-000000000046")]
public interface HTMLDivision

Remarks

The HTMLDivision object is a member of the HTMLDivisions collection.

Use HTMLDivisions(index), where index refers to the HTML division in the document, to return a single HTMLDivision object. Use the Borders property to format border properties for an HTML division.

HTML divisions can be nested within multiple HTML divisions. Use the HTMLDivisionParent method to access a parent HTML division of the current HTML division.

See Also

Reference

HTMLDivision Members

Microsoft.Office.Interop.Word Namespace