Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalStyleInfo Class / LockFont Property


In This Topic
    LockFont Property (ConditionalStyleInfo)
    In This Topic
    Gets or sets the font for locked cells
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LockFont As Font
    'Usage
     
    
    Dim instance As ConditionalStyleInfo
    Dim value As Font
     
    value = instance.LockFont
    public Font LockFont {get;}
    See Also