Visual Basic (Declaration) | |
---|---|
Public Enum SelectionBackColorStyles Inherits System.Enum |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As SelectionBackColorStyles |
C# | |
---|---|
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 |
This example sets the SelectionBackColorStyle property.
C# | Copy Code |
---|---|
FpSpread1.Sheets[0].SelectionBackColorStyle = FarPoint.Web.Spread.SelectionBackColorStyles.SemiTransparentSelectionBackColor; |
Visual Basic | Copy Code |
---|---|
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 Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6