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


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