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