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


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