Spread for ASP.NET 12 Product Documentation
ForeColor Property (Cell)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Cell Class : ForeColor Property
Gets or sets the text (foreground) color for a cell.
Syntax
'Declaration
 
Public Property ForeColor As Color
'Usage
 
Dim instance As Cell
Dim value As Color
 
instance.ForeColor = value
 
value = instance.ForeColor
public Color ForeColor {get; set;}
See Also

Reference

Cell Class
Cell Members