ExcelWebRenderer.VisibleItem Property

Displays the named range or the name of the object to display when the page loads.

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

Syntax

'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(True)> _
Public Property VisibleItem As String
    Get
    Set
'Usage
Dim instance As ExcelWebRenderer
Dim value As String

value = instance.VisibleItem

instance.VisibleItem = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(true)]
public string VisibleItem { get; set; }

Property Value

Type: System.String
A named range or named object.

See Also

Reference

ExcelWebRenderer Class

ExcelWebRenderer Members

Microsoft.Office.Excel.WebUI Namespace