Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelFont Class / fCondense Property


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