Spread Windows Forms 12.0 Product Documentation
NullForeColor Property (Appearance)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > Appearance Class : NullForeColor Property
Gets or sets the text color of an objects null state.
Syntax
'Declaration
 
Public Property NullForeColor As Color
'Usage
 
Dim instance As Appearance
Dim value As Color
 
instance.NullForeColor = value
 
value = instance.NullForeColor
public Color NullForeColor {get; set;}
Remarks
Set the null font and colors in the SheetView class.
See Also

Reference

Appearance Class
Appearance Members