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