Compartir a través de


DocumentWindow.ExpandSection Method

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.

See Also

Reference

DocumentWindow Interface

DocumentWindow Members

Microsoft.Office.Interop.PowerPoint Namespace