Represents an embedded Pivot section object within the Shapes collection.
This example shows how to always display scrollbars in embedded Pivots.
ActiveDocument.Sections["Dashboard"].Shapes["Pivot1"].OnClick() ActiveDocument.Sections["Dashboard"].Shapes["Pivot1"].ScrollbarsAlwaysShown = true
Read-only: Property Name as String, Property Type as BqShape
Read-write: Property Alignment as BqHorizontalAlignment, Property Property ShowAlwayShown as Boolean, Property Text as String, Property VerticalAlignment as BqVerticalAlignment, Property Visible as Boolean