[]
Initializes a new instance of the SpreadFontStyle class.
public SpreadFontStyle(UnderlineFontStyle underline)
Public Sub New(underline As UnderlineFontStyle)
Type | Name | Description |
---|---|---|
UnderlineFontStyle | underline | The Underline style. |
Initializes a new instance of the SpreadFontStyle class.
public SpreadFontStyle(RegularBoldItalicFontStyle regularBoldItalic, StrikeoutFontStyle strikeout, UnderlineFontStyle underline, OverlineFontStyle overline)
Public Sub New(regularBoldItalic As RegularBoldItalicFontStyle, strikeout As StrikeoutFontStyle, underline As UnderlineFontStyle, overline As OverlineFontStyle)
Type | Name | Description |
---|---|---|
RegularBoldItalicFontStyle | regularBoldItalic | The RegularBoldItalic style. |
StrikeoutFontStyle | strikeout | The Strikeout style. |
UnderlineFontStyle | underline | The Underline style. |
OverlineFontStyle | overline | The Overline style. |