Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / EditBaseCellType Class / DefaultFont Property


In This Topic
    DefaultFont Property (EditBaseCellType)
    In This Topic
    Gets the default font.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property DefaultFont As Font
    'Usage
     
    
    Dim value As Font
     
    value = EditBaseCellType.DefaultFont
    public static Font DefaultFont {get;}
    See Also