SpreadsheetGear 2023
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;}
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