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


In This Topic
    RegularBoldItalic Property
    In This Topic
    Gets the regular, bold, italic font style.
    Syntax
    'Declaration
     
    Public Property RegularBoldItalic As RegularBoldItalicFontStyle
    'Usage
     
    Dim instance As SpreadFontStyle
    Dim value As RegularBoldItalicFontStyle
     
    instance.RegularBoldItalic = value
     
    value = instance.RegularBoldItalic
    public RegularBoldItalicFontStyle RegularBoldItalic {get; set;}
    Example
    This example sets the RegularBoldItalicFontStyle property.
    See Also