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
<WebBrowsableAttribute(True)> _
<WebPartStorageAttribute(Storage.Shared)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property VisibleItem As String
Get
Set
'Usage
Dim instance As ExcelWebRenderer
Dim value As String
value = instance.VisibleItem
instance.VisibleItem = value
[WebBrowsableAttribute(true)]
[WebPartStorageAttribute(Storage.Shared)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public string VisibleItem { get; set; }
Property Value
Type: System.String
A named range or named object.