'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Determines whether the Shape Explorer can be launched from the control.")> <System.ComponentModel.DefaultValueAttribute(True)> Public Property AllowShapeExplorer As System.Boolean
'Usage
Dim instance As WorkbookView Dim value As System.Boolean instance.AllowShapeExplorer = value value = instance.AllowShapeExplorer
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Determines whether the Shape Explorer can be launched from the control.")] [System.ComponentModel.DefaultValue(true)] public System.bool AllowShapeExplorer {get; set;}
public read-write property AllowShapeExplorer: System.Boolean;
System.ComponentModel.CategoryAttribute("Behavior") System.ComponentModel.DescriptionAttribute("Determines whether the Shape Explorer can be launched from the control.") System.ComponentModel.DefaultValueAttribute() public function get,set AllowShapeExplorer : System.boolean
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Determines whether the Shape Explorer can be launched from the control.")] [System.ComponentModel.DefaultValue(true)] public: __property System.bool get_AllowShapeExplorer(); public: __property void set_AllowShapeExplorer( System.bool value );
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Determines whether the Shape Explorer can be launched from the control.")] [System.ComponentModel.DefaultValue(true)] public: property System.bool AllowShapeExplorer { System.bool get(); void set ( System.bool value); }