Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / SelectionStyle Enumeration


In This Topic
    SelectionStyle Enumeration
    In This Topic
    Specifies the style for the display of selected cells.
    Syntax
    'Declaration
     
    Public Enum SelectionStyle 
       Inherits System.Enum
    'Usage
     
    Dim instance As SelectionStyle
    public enum SelectionStyle : System.Enum 
    Members
    MemberDescription
    BothUses both the selection color settings and the renderer when cells are selected.
    ColorUses the selection color when cells are selected.
    NoneDoes not change how the cells are displayed when selected.
    RendererUses the default settings in the renderer when cells are selected.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Wpf.SpreadSheet.SelectionStyle

    See Also