Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SpreadFontStyle Class / Overline Property
Example


In This Topic
    Overline Property
    In This Topic
    Gets the overline font style.
    Syntax
    'Declaration
     
    Public Property Overline As OverlineFontStyle
    'Usage
     
    Dim instance As SpreadFontStyle
    Dim value As OverlineFontStyle
     
    instance.Overline = value
     
    value = instance.Overline
    public OverlineFontStyle Overline {get; set;}
    Example
    This example sets the Overline property.
    See Also