[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Determines whether selections are painted hollow.")] [System.ComponentModel.DefaultValue(false)] public System.bool HollowSelection {get; set;}
public read-write property HollowSelection: System.Boolean;
System.ComponentModel.CategoryAttribute("Appearance") System.ComponentModel.DescriptionAttribute("Determines whether selections are painted hollow.") System.ComponentModel.DefaultValueAttribute() public function get,set HollowSelection : System.boolean
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Determines whether selections are painted hollow.")] [System.ComponentModel.DefaultValue(false)] public: __property System.bool get_HollowSelection(); public: __property void set_HollowSelection( System.bool value );
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Determines whether selections are painted hollow.")] [System.ComponentModel.DefaultValue(false)] public: property System.bool HollowSelection { System.bool get(); void set ( System.bool value); }
'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Determines whether selections are painted hollow.")> <System.ComponentModel.DefaultValueAttribute(False)> Public Property HollowSelection As System.Boolean
'Usage
Dim instance As WorkbookView Dim value As System.Boolean instance.HollowSelection = value value = instance.HollowSelection