Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SelectionBackColorStyles Enumeration
Example Example


In This Topic
    SelectionBackColorStyles Enumeration
    In This Topic
    Specifies the backcolor style for the display of selected cells.
    Syntax
    'Declaration
     
    
    Public Enum SelectionBackColorStyles 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SelectionBackColorStyles
    public enum SelectionBackColorStyles : System.Enum 
    Members
    MemberDescription
    NoneDoes not display the selection background color when selected
    SelectionBackColorUses the selection background color when cells are selected
    SemiTransparentSelectionBackColorUses the semi-transparent selection background color when cells are selected
    Example
    This example sets the SelectionBackColorStyle property.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Web.Spread.SelectionBackColorStyles

    See Also