Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Appearance Class / LockBackColor Property


In This Topic
    LockBackColor Property (Appearance)
    In This Topic
    Gets or sets the background color of an object when the cell is locked.
    Syntax
    'Declaration
     
    Public Property LockBackColor As Color
    'Usage
     
    Dim instance As Appearance
    Dim value As Color
     
    instance.LockBackColor = value
     
    value = instance.LockBackColor
    public Color LockBackColor {get; set;}

    Property Value

    Color object containing the background color of locked cells
    Remarks
    Set the lock font and colors in the SheetView class.
    See Also