[]
        
(Showing Draft Content)

FarPoint.Win.Spread.TableElementStyle.-ctor

TableElementStyle Constructor

TableElementStyle(TableBorder, Color, Color, RegularBoldItalicFontStyle)

Creates a style with the information.

Declaration
public TableElementStyle(TableBorder border, Color backColor, Color foreColor, RegularBoldItalicFontStyle fontStyle)
Public Sub New(border As TableBorder, backColor As Color, foreColor As Color, fontStyle As RegularBoldItalicFontStyle)
Parameters
Type Name Description
TableBorder border

Border of the element

Color backColor

Backcolor of the element

Color foreColor

Forecolor of the element

RegularBoldItalicFontStyle fontStyle

Font style of the element

TableElementStyle(TableBorder, Color, Color, RegularBoldItalicFontStyle, StrikeoutFontStyle, UnderlineFontStyle)

Creates a style with the information.

Declaration
public TableElementStyle(TableBorder border, Color backColor, Color foreColor, RegularBoldItalicFontStyle fontStyle, StrikeoutFontStyle strikethrough, UnderlineFontStyle underline)
Public Sub New(border As TableBorder, backColor As Color, foreColor As Color, fontStyle As RegularBoldItalicFontStyle, strikethrough As StrikeoutFontStyle, underline As UnderlineFontStyle)
Parameters
Type Name Description
TableBorder border

Border of the element

Color backColor

Backcolor of the element

Color foreColor

Forecolor of the element

RegularBoldItalicFontStyle fontStyle

Font style of the element

StrikeoutFontStyle strikethrough

Font style strikeout

UnderlineFontStyle underline

Font style underline