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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : ForeColor Property
This property is not used. To change the text color for all the cells, please use the DefaultStyle property of the SheetView class.
Syntax
'Declaration
 
Public Overrides Property ForeColor As Color
'Usage
 
Dim instance As FpSpread
Dim value As Color
 
instance.ForeColor = value
 
value = instance.ForeColor
public override Color ForeColor {get; set;}
See Also

Reference

FpSpread Class
FpSpread Members