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


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