Spread ASP.NET 6.0 Product Documentation
SelectionBackColorStyles Enumeration
Example  See Also  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : SelectionBackColorStyles Enumeration


Glossary Item Box

Specifies the back color 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.