Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableElementStyle Class / TableElementStyle Constructor / TableElementStyle Constructor(TableBorder,Color,Color,RegularBoldItalicFontStyle,StrikeoutFontStyle,UnderlineFontStyle)
Border of the element
Backcolor of the element
Forecolor of the element
Font style of the element
Font style strikeout
Font style underline


In This Topic
    TableElementStyle Constructor(TableBorder,Color,Color,RegularBoldItalicFontStyle,StrikeoutFontStyle,UnderlineFontStyle)
    In This Topic
    Creates a style with the information.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal border As TableBorder, _
       ByVal backColor As Color, _
       ByVal foreColor As Color, _
       ByVal fontStyle As RegularBoldItalicFontStyle, _
       ByVal strikethrough As StrikeoutFontStyle, _
       ByVal underline As UnderlineFontStyle _
    )
    'Usage
     
    
    Dim border As TableBorder
    Dim backColor As Color
    Dim foreColor As Color
    Dim fontStyle As RegularBoldItalicFontStyle
    Dim strikethrough As StrikeoutFontStyle
    Dim underline As UnderlineFontStyle
     
    Dim instance As New TableElementStyle(border, backColor, foreColor, fontStyle, strikethrough, underline)

    Parameters

    border
    Border of the element
    backColor
    Backcolor of the element
    foreColor
    Forecolor of the element
    fontStyle
    Font style of the element
    strikethrough
    Font style strikeout
    underline
    Font style underline
    See Also