Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.