Workbook.Title Property

Gets or sets the title of the Web page when the workbook is saved as a Web page.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

Syntax

'Declaration
Property Title As String
    Get
    Set
string Title { get; set; }

Property Value

Type: System.String
The title of the Web page when the workbook is saved as a Web page.

Remarks

The title is usually displayed in the window title bar when the document is viewed in the Web browser.

.NET Framework Security

See Also

Reference

Workbook Interface

Microsoft.Office.Tools.Excel Namespace