Share via


DocumentWindow.IsSectionExpanded Method

Indicates whether the selected section is expanded in the DocumentWindow.

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

Syntax

'Declaration
Function IsSectionExpanded ( _
    sectionIndex As Integer _
) As Boolean
'Usage
Dim instance As DocumentWindow
Dim sectionIndex As Integer
Dim returnValue As Boolean

returnValue = instance.IsSectionExpanded(sectionIndex)
bool IsSectionExpanded(
    int sectionIndex
)

Parameters

Return Value

Type: System.Boolean

See Also

Reference

DocumentWindow Interface

DocumentWindow Members

Microsoft.Office.Interop.PowerPoint Namespace