'Declaration Public Enum SelectionStyle Inherits System.Enum
'Usage Dim instance As SelectionStyle
public enum SelectionStyle : System.Enum
'Declaration Public Enum SelectionStyle Inherits System.Enum
'Usage Dim instance As SelectionStyle
public enum SelectionStyle : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Wpf.SpreadSheet.SelectionStyle