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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > StyleInfo Class : ForeColor Property
Gets or sets the text color of the cell for the style.
Syntax
'Declaration
 
Public Overridable Property ForeColor As Color
'Usage
 
Dim instance As StyleInfo
Dim value As Color
 
instance.ForeColor = value
 
value = instance.ForeColor
public virtual Color ForeColor {get; set;}
See Also

Reference

StyleInfo Class
StyleInfo Members