SpreadsheetGear.Windows.Controls Namespace > WorkbookView Class : HollowSelection Property |
'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Determines whether selections are painted hollow.")> <System.ComponentModel.DefaultValueAttribute()> 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()] 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
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