SpreadsheetGear.Windows.Controls Namespace > WorkbookView Class : AllowWorkbookDesigner Property |
'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Determines whether the Workbook Designer can be launched from the control.")> <System.ComponentModel.DefaultValueAttribute()> Public Property AllowWorkbookDesigner As System.Boolean
'Usage
Dim instance As WorkbookView Dim value As System.Boolean instance.AllowWorkbookDesigner = value value = instance.AllowWorkbookDesigner
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Determines whether the Workbook Designer can be launched from the control.")] [System.ComponentModel.DefaultValue()] public System.bool AllowWorkbookDesigner {get; set;}
public read-write property AllowWorkbookDesigner: System.Boolean;
System.ComponentModel.CategoryAttribute("Behavior") System.ComponentModel.DescriptionAttribute("Determines whether the Workbook Designer can be launched from the control.") System.ComponentModel.DefaultValueAttribute() public function get,set AllowWorkbookDesigner : System.boolean
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Determines whether the Workbook Designer can be launched from the control.")] [System.ComponentModel.DefaultValue()] public: __property System.bool get_AllowWorkbookDesigner(); public: __property void set_AllowWorkbookDesigner( System.bool value );
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Determines whether the Workbook Designer can be launched from the control.")] [System.ComponentModel.DefaultValue()] public: property System.bool AllowWorkbookDesigner { System.bool get(); void set ( 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