LockForeColor Property (Cell)
In This Topic
Gets or sets the text (foreground) color for a locked cell.
Syntax
'Declaration
Public Property LockForeColor As Color
'Usage
Dim instance As Cell
Dim value As Color
instance.LockForeColor = value
value = instance.LockForeColor
public Color LockForeColor {get; set;}
See Also