'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;}
public read-write property AllowRangeExplorer: System.Boolean;
System.ComponentModel.CategoryAttribute("Behavior") System.ComponentModel.DescriptionAttribute("Determines whether the Range Explorer can be launched from the control.") System.ComponentModel.DefaultValueAttribute() public function get,set AllowRangeExplorer : System.boolean
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Determines whether the Range Explorer can be launched from the control.")] [System.ComponentModel.DefaultValue(true)] public: __property System.bool get_AllowRangeExplorer(); public: __property void set_AllowRangeExplorer( System.bool value );
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Determines whether the Range Explorer can be launched from the control.")] [System.ComponentModel.DefaultValue(true)] public: property System.bool AllowRangeExplorer { System.bool get(); void set ( System.bool value); }