Spread Windows Forms 12.0 Product Documentation
NullFont Property (Appearance)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > Appearance Class : NullFont Property
Gets or sets the font for a null object.
Syntax
'Declaration
 
Public Property NullFont As Font
'Usage
 
Dim instance As Appearance
Dim value As Font
 
instance.NullFont = value
 
value = instance.NullFont
public Font NullFont {get; set;}
Remarks
Set the null font and colors in the SheetView class.
See Also

Reference

Appearance Class
Appearance Members