Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFont Interface / Size Property


In This Topic
    Size Property (IFont)
    In This Topic
    Gets or sets the size in points of the font.
    Syntax
    'Declaration
     
    
    Property Size As Double
    'Usage
     
    
    Dim instance As IFont
    Dim value As Double
     
    instance.Size = value
     
    value = instance.Size
    double Size {get; set;}

    Property Value

    A double value represents the size in points.
    See Also