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


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