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


In This Topic
    Font Property (AlternatingRow)
    In This Topic
    Gets or sets the default font for text in cells in this alternating row.
    Syntax
    'Declaration
     
    
    Public Property Font As Font
    'Usage
     
    
    Dim instance As AlternatingRow
    Dim value As Font
     
    instance.Font = value
     
    value = instance.Font
    public Font Font {get; set;}
    See Also