Spread Windows Forms 12.0 Product Documentation
NullBackColor Property (Appearance)


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

Reference

Appearance Class
Appearance Members