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


In This Topic
    LockFont Property (CellWrapper)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shadows Property LockFont As Font
    'Usage
     
    
    Dim instance As CellWrapper
    Dim value As Font
     
    instance.LockFont = value
     
    value = instance.LockFont
    public new Font LockFont {get; set;}
    See Also