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()
public virtual bool IsLockForeColorSet()
See Also