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.
Expands the section in the current DocumentWindow.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub ExpandSection ( _
sectionIndex As Integer, _
Expand As Boolean _
)
'Usage
Dim instance As DocumentWindow
Dim sectionIndex As Integer
Dim Expand As Boolean
instance.ExpandSection(sectionIndex, _
Expand)
void ExpandSection(
int sectionIndex,
bool Expand
)
Parameters
- sectionIndex
Type: System.Int32
The index of the section to be expanded.
- Expand
Type: System.Boolean
Indicates whether the section was expanded.