FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : SelectionBackColorStyles Enumeration |
'Declaration Public Enum SelectionBackColorStyles Inherits System.Enum
'Usage Dim instance As SelectionBackColorStyles
public enum SelectionBackColorStyles : System.Enum
Member | Description |
---|---|
None | Does not display the selection background color when selected |
SelectionBackColor | Uses the selection background color when cells are selected |
SemiTransparentSelectionBackColor | Uses the semi-transparent selection background color when cells are selected |
FpSpread1.Sheets[0].SelectionBackColorStyle = FarPoint.Web.Spread.SelectionBackColorStyles.SemiTransparentSelectionBackColor;
FpSpread1.Sheets(0).SelectionBackColorStyle = FarPoint.Web.Spread.SelectionBackColorStyles.SemiTransparentSelectionBackColor
System.Object
System.ValueType
System.Enum
FarPoint.Web.Spread.SelectionBackColorStyles
Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional