Spread for ASP.NET 12 Product Documentation
SelectionBackColor Property (SheetView)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : SelectionBackColor Property
Gets or sets the background color for selected cells.
Syntax
'Declaration
 
Public Property SelectionBackColor As Color
'Usage
 
Dim instance As SheetView
Dim value As Color
 
instance.SelectionBackColor = value
 
value = instance.SelectionBackColor
public Color SelectionBackColor {get; set;}
See Also

Reference

SheetView Class
SheetView Members