Spread for ASP.NET 8.0 Product Documentation
SelectionBackColorStyles Enumeration
Example Example 


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.
FpSpread1.Sheets[0].SelectionBackColorStyle = FarPoint.Web.Spread.SelectionBackColorStyles.SemiTransparentSelectionBackColor;
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

Reference

FarPoint.Web.Spread Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.