DisplayTitleBar Property

Microsoft Office Web Components Visual Basic

True if the title bar on the specified spreadsheet is displayed. The default value is True. Read/write Boolean.

expression.DisplayTitleBar

expression    Required. An expression that returns a Spreadsheet object.

Example

This example hides the spreadsheet’s title bar.

Spreadsheet1.DisplayTitleBar = False