SpreadsheetGear 2017
HollowSelection Property (WorkbookView)






SpreadsheetGear.Windows.Forms Namespace > WorkbookView Class : HollowSelection Property
Gets or sets the property which determines whether selections are painted with a hollow interior. If this property is set to true then only the border of the selected range will be painted.
Syntax
'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
[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);
}
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

WorkbookView Class
WorkbookView Members