Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXFormat Class / FontSize Property


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