Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- sectionIndex
Type: System.Int32
The index of the section.
Return Value
Type: System.Boolean