'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Determines whether the Range Explorer can be launched from the control.")> <System.ComponentModel.DefaultValueAttribute(True)> Public Property AllowRangeExplorer As System.Boolean
'Usage
Dim instance As WorkbookView Dim value As System.Boolean instance.AllowRangeExplorer = value value = instance.AllowRangeExplorer
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Determines whether the Range Explorer can be launched from the control.")] [System.ComponentModel.DefaultValue(true)] public System.bool AllowRangeExplorer {get; set;}