Spread for ASP.NET 7.0 Product Documentation
SelectionBackColorStyles Enumeration
Example  See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : SelectionBackColorStyles Enumeration


Glossary Item Box

Specifies the backcolor style for the display of selected cells.

Syntax

Visual Basic (Declaration) 
Public Enum SelectionBackColorStyles 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As SelectionBackColorStyles
C# 
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.
C#Copy Code
FpSpread1.Sheets[0].SelectionBackColorStyle = FarPoint.Web.Spread.SelectionBackColorStyles.SemiTransparentSelectionBackColor;
Visual BasicCopy Code
FpSpread1.Sheets(0).SelectionBackColorStyle = FarPoint.Web.Spread.SelectionBackColorStyles.SemiTransparentSelectionBackColor

Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.