TitleBar Property
TitleBar property as it applies to the PivotView object.
Returns a PivotLabel object that represents the title of the specified view.
expression.TitleBar
*expression * Required. An expression that returns a PivotView object.
TitleBar property as it applies to the Spreadsheet object.
Returns a TitleBar object that represents the title of the specified spreadsheet.
expression.TitleBar
*expression * Required. An expression that returns a Spreadsheet object.
Example
This example sets the title caption for the spreadsheet.
Spreadsheet1.TitleBar.Caption = "Monthly Sales"
Applies to | PivotView Object | Spreadsheet Object
See Also | DisplayTitleBar Property