Pivot (Object)

Member of:

Shapes (Collection)

Description:

Represents an embedded Pivot section object within the Shapes collection.

Example:

This example shows how to always display scrollbars in embedded Pivots.

ActiveDocument.Sections["Dashboard"].Shapes["Pivot1"].OnClick()
ActiveDocument.Sections["Dashboard"].Shapes["Pivot1"].ScrollbarsAlwaysShown = true

Methods:

OnClick()

Properties:

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

Collections:

UserValues