Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Rows.DefaultRow Class / LockFont Property


In This Topic
    LockFont Property (Rows.DefaultRow)
    In This Topic
    Gets or sets the default font for locked's cells in this row.
    Syntax
    'Declaration
     
    
    Public Shadows Property LockFont As Font
    'Usage
     
    
    Dim instance As Rows.DefaultRow
    Dim value As Font
     
    instance.LockFont = value
     
    value = instance.LockFont
    public new Font LockFont {get; set;}
    See Also