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
- sectionIndex
Type: System.Int32
The index of the section.
Return Value
Type: System.Boolean