Spread for ASP.NET 12 Product Documentation
LockForeColor Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : LockForeColor Property
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

Reference

SheetView Class
SheetView Members