FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SelectionStyles Enumeration


SelectionStyles Enumeration
Specifies the style for the display of selected cells.
Syntax
'Declaration
 
Public Enum SelectionStyles 
   Inherits System.Enum
 
'Usage
 
Dim instance As SelectionStyles
Members
MemberDescription
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
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.SelectionStyles

See Also