Share via


ExcelWebRenderer.AllowNavigation Property

Allows users to navigate the workbook by paging or find.

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

Syntax

'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property AllowNavigation As Boolean
    Get
    Set
'Usage
Dim instance As ExcelWebRenderer
Dim value As Boolean

value = instance.AllowNavigation

instance.AllowNavigation = value
[WebPartStorageAttribute(Storage.Shared)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public bool AllowNavigation { get; set; }

Property Value

Type: System.Boolean
true if navigating a workbook using paging or find is allowed; otherwise, false. The default is true.

Remarks

All workbook navigation controls are hidden if this property is set to false.

When this property is set to false, all find, hyperlink, and go-to functionalities are disabled.

See Also

Reference

ExcelWebRenderer Class

ExcelWebRenderer Members

Microsoft.Office.Excel.WebUI Namespace