SpreadsheetGear 2017
AllowWorkbookExplorer Property (WorkbookView)






SpreadsheetGear.Windows.Forms Namespace > WorkbookView Class : AllowWorkbookExplorer Property
Gets or sets the property which specifies whether the Workbook Explorer can be launched from the workbook view.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Behavior")>
<System.ComponentModel.DescriptionAttribute("Determines whether the Workbook Explorer can be launched from the control.")>
<System.ComponentModel.DefaultValueAttribute(True)>
Public Property AllowWorkbookExplorer As System.Boolean
'Usage
 
Dim instance As WorkbookView
Dim value As System.Boolean
 
instance.AllowWorkbookExplorer = value
 
value = instance.AllowWorkbookExplorer
[System.ComponentModel.Category("Behavior")]
[System.ComponentModel.Description("Determines whether the Workbook Explorer can be launched from the control.")]
[System.ComponentModel.DefaultValue(true)]
public System.bool AllowWorkbookExplorer {get; set;}
public read-write property AllowWorkbookExplorer: System.Boolean; 
System.ComponentModel.CategoryAttribute("Behavior")
System.ComponentModel.DescriptionAttribute("Determines whether the Workbook Explorer can be launched from the control.")
System.ComponentModel.DefaultValueAttribute()
public function get,set AllowWorkbookExplorer : System.boolean
[System.ComponentModel.Category("Behavior")]
[System.ComponentModel.Description("Determines whether the Workbook Explorer can be launched from the control.")]
[System.ComponentModel.DefaultValue(true)]
public: __property System.bool get_AllowWorkbookExplorer();
public: __property void set_AllowWorkbookExplorer( 
   System.bool value
);
[System.ComponentModel.Category("Behavior")]
[System.ComponentModel.Description("Determines whether the Workbook Explorer can be launched from the control.")]
[System.ComponentModel.DefaultValue(true)]
public:
property System.bool AllowWorkbookExplorer {
   System.bool get();
   void set (    System.bool value);
}
Requirements

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

See Also

Reference

WorkbookView Class
WorkbookView Members