ExcelWebRenderer.Title Property

Gets or sets the title on Excel Web Access Web Part.

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

Syntax

'Declaration
Public Overrides Property Title As String
    Get
    Set
'Usage
Dim instance As ExcelWebRenderer
Dim value As String

value = instance.Title

instance.Title = value
public override string Title { get; set; }

Property Value

Type: System.String
Excel Web Access title.

Implements

IWebPart.Title

Remarks

The Excel Web Access title shows the file name of the currently displayed workbook. The value of this property is automatically generated when the AutoGenerateTitle property is set to true.

See Also

Reference

ExcelWebRenderer Class

ExcelWebRenderer Members

Microsoft.Office.Excel.WebUI Namespace