SpreadsheetGear.Windows.Controls Namespace > WorkbookView Class : AllowRangeExplorer Property |
'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Determines whether the Range Explorer can be launched from the control.")> <System.ComponentModel.DefaultValueAttribute()> 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()] 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()] public: __property System.bool get_AllowRangeExplorer(); public: __property void set_AllowRangeExplorer( System.bool value );
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2