'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
[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