SpreadsheetGear 2012
AllowWorkbookDesigner Property (WorkbookExplorer)






Gets or sets the property which specifies whether the Workbook Designer can be launched from the workbook explorer.
Syntax
'Declaration
 
Public Property AllowWorkbookDesigner As System.Boolean
'Usage
 
Dim instance As WorkbookExplorer
Dim value As System.Boolean
 
instance.AllowWorkbookDesigner = value
 
value = instance.AllowWorkbookDesigner
public System.bool AllowWorkbookDesigner {get; set;}
public read-write property AllowWorkbookDesigner: System.Boolean; 
public function get,set AllowWorkbookDesigner : System.boolean
public: __property System.bool get_AllowWorkbookDesigner();
public: __property void set_AllowWorkbookDesigner( 
   System.bool value
);
public:
property System.bool AllowWorkbookDesigner {
   System.bool get();
   void set (    System.bool value);
}
Remarks

This property defaults to the value returned from the active WorkbookView's AllowWorkbookDesigner property. You can override this default behavior by setting this property directly.

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

WorkbookExplorer Class
WorkbookExplorer Members

Send Feedback