ExcelWebRenderer.AllowNavigation Property

NOTE: This API is now obsolete.

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.None)> _
<WebBrowsableAttribute(False)> _
<BrowsableAttribute(False)> _
<ObsoleteAttribute("This property is no longer supported.")> _
Public Property AllowNavigation As Boolean
    Get
    Set
'Usage
Dim instance As ExcelWebRenderer
Dim value As Boolean

value = instance.AllowNavigation

instance.AllowNavigation = value
[WebPartStorageAttribute(Storage.None)]
[WebBrowsableAttribute(false)]
[BrowsableAttribute(false)]
[ObsoleteAttribute("This property is no longer supported.")]
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.

This member is reserved for internal use and is not intended to be used directly from your code.

See Also

Reference

ExcelWebRenderer Class

ExcelWebRenderer Members

Microsoft.Office.Excel.WebUI Namespace