Gets or sets the foreground color of locked cells on this sheet.
Syntax
'Declaration
Public Property LockForeColor As Color
'Usage
Dim instance As SheetView
Dim value As Color
instance.LockForeColor = value
value = instance.LockForeColor
public Color LockForeColor {get; set;}
See Also