[]
Specifies the style for the display of selected cells.
public enum SelectionStyles
Public Enum SelectionStyles
| Name | Description |
|---|---|
| Both | [3] Uses both the selection color settings and the renderer when cells are selected |
| None | [0] Does not change how the cells are displayed when selected |
| SelectionColors | [1] Uses the selection text and background color when cells are selected |
| SelectionRenderer | [2] Uses the default settings in the renderer when cells are selected |