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


In This Topic
    Font Property (PreviewRowInfo)
    In This Topic
    Gets or sets the font settings for preview row.
    Syntax
    'Declaration
     
    
    Public Overridable Property Font As Font
    'Usage
     
    
    Dim instance As PreviewRowInfo
    Dim value As Font
     
    instance.Font = value
     
    value = instance.Font
    public virtual Font Font {get; set;}
    See Also