Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelFont Class / Condense Property


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