Gets whether the lockedBackColor setting of the cell (LockBackColor property) is set.
Syntax
'Declaration
Public Overridable Function IsLockBackColorSet() As Boolean
'Usage
Dim instance As StyleInfo
Dim value As Boolean
value = instance.IsLockBackColorSet()
public virtual bool IsLockBackColorSet()
See Also