Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / BOF Class / fFontLimit Property


In This Topic
    fFontLimit Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fFontLimit As Boolean
    'Usage
     
    
    Dim instance As BOF
    Dim value As Boolean
     
    instance.fFontLimit = value
     
    value = instance.fFontLimit
    public bool fFontLimit {get; set;}
    See Also