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


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

Reference

SheetView Class
SheetView Members