_Document.HTMLDivisions Property
Returns an HTMLDivisions object that represents an HTML division in a Web document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property HTMLDivisions As HTMLDivisions
Get
'Usage
Dim instance As _Document
Dim value As HTMLDivisions
value = instance.HTMLDivisions
HTMLDivisions HTMLDivisions { get; }
Property Value
Type: Microsoft.Office.Interop.Word.HTMLDivisions