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


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