[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.GcSpreadSheet.SelectionStyle

SelectionStyle Property

SelectionStyle

Gets or sets how selections on this sheet are drawn.

Declaration
[Bindable(true)]
public SelectionStyle SelectionStyle { get; set; }
<Bindable(True)>
Public Property SelectionStyle As SelectionStyle
Property Value
Type Description
SelectionStyle

The SelectionStyle value that determines the style of the selected cells.

Remarks

When the property is set to Renderer, the selection is drawn using a semi-transparent brush. If you set the property to Both, the selection is drawn using the semi-transparent brush and the defined colors. If you set this property to Color, the selection is drawn using the defined colors.