Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Font Structure / Extend Property


In This Topic
    Extend Property (Font)
    In This Topic
    Gets a value indicating whether this Font is extend.
    Syntax
    'Declaration
     
    
    Public Property Extend As Boolean
    'Usage
     
    
    Dim instance As Font
    Dim value As Boolean
     
    instance.Extend = value
     
    value = instance.Extend
    public bool Extend {get; set;}

    Property Value

    true if this Font is extend; otherwise, false.
    See Also