Spread Windows Forms 12.0 Product Documentation
LockForeColor Property (Appearance)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > Appearance Class : LockForeColor Property
Gets or sets the text color of an object when the cell is locked.
Syntax
'Declaration
 
Public Property LockForeColor As Color
'Usage
 
Dim instance As Appearance
Dim value As Color
 
instance.LockForeColor = value
 
value = instance.LockForeColor
public Color LockForeColor {get; set;}

Property Value

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

Reference

Appearance Class
Appearance Members