Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / NullFont Property


In This Topic
    NullFont Property (SheetView)
    In This Topic
    Gets or sets the default font for null items on this sheet.
    Syntax
    'Declaration
     
    
    Public Property NullFont As Font
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Font
     
    instance.NullFont = value
     
    value = instance.NullFont
    public Font NullFont {get; set;}
    See Also