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