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


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