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
Assemblies: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
Microsoft.Office.Tools.Excel.v4.0.Utilities (in Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)
Syntax
'Declaration
Property Title As String
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.