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


In This Topic
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()
See Also