LockForeColor Property (Row)
In This Topic
Gets or sets the forecolor for locked cells in this row.
Syntax
'Declaration
Public Property LockForeColor As Color
'Usage
Dim instance As Row
Dim value As Color
instance.LockForeColor = value
value = instance.LockForeColor
public Color LockForeColor {get; set;}
See Also