Spread Windows Forms 12.0 Product Documentation
LockBackColor Property (Appearance)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > Appearance Class : LockBackColor Property
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

Reference

Appearance Class
Appearance Members