Spread Windows Forms 17
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()
    public virtual bool IsLockFontSet()
    See Also