IsLockFontSet Method (StyleInfo)
In This Topic
Gets whether the lockedFont setting of the cell (LockFont property) is set.
Syntax
'Declaration
Public Overridable Function IsLockFontSet() As Boolean
'Usage
Dim instance As StyleInfo
Dim value As Boolean
value = instance.IsLockFontSet()
public virtual bool IsLockFontSet()
See Also