Subdocuments.Expanded Property
True if the subdocuments in the specified document are expanded.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Expanded As Boolean
Get
Set
'Usage
Dim instance As Subdocuments
Dim value As Boolean
value = instance.Expanded
instance.Expanded = value
bool Expanded { get; set; }
Property Value
Type: System.Boolean