TitleBar Property

Microsoft Office Web Components Object Model

Show All

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"