Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleInfo Class / IsLockForeColorSet Method


In This Topic
IsLockForeColorSet Method (StyleInfo)
In This Topic
Gets whether the lockedForeColor setting of the cell (LockForeColor property) is set.
Syntax
'Declaration
 
Public Overridable Function IsLockForeColorSet() As Boolean
 
'Usage
 
Dim instance As StyleInfo
Dim value As Boolean
 
value = instance.IsLockForeColorSet()
See Also