HTMLDivision interface
Office 2013 and later
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)
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.
Show: