[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.SelectionStyle

SelectionStyle Enum

Specifies the style for the display of selected cells.

Namespace: GrapeCity.Wpf.SpreadSheet
Assembly: GrapeCity.Wpf.SpreadSheet.dll
Syntax
public enum SelectionStyle
Public Enum SelectionStyle

Fields

Name Description
Both

Uses both the selection color settings and the renderer when cells are selected.

Color

Uses the selection color when cells are selected.

None

Does not change how the cells are displayed when selected.

Renderer

Uses the default settings in the renderer when cells are selected.