Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CombinedStyleInfo Class / Font Property


In This Topic
    Font Property (CombinedStyleInfo)
    In This Topic
    Gets the font of the text displayed in the cell.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property Font As Font
    'Usage
     
    
    Dim instance As CombinedStyleInfo
    Dim value As Font
     
    value = instance.Font
    public new Font Font {get;}

    Property Value

    The System.Drawing.Font to apply to the text displayed in the cell. The default is a null reference (Nothing in Visual Basic).
    See Also