[]
Initializes a new instance of the SpreadFontStyle class.
public SpreadFontStyle(RegularBoldItalicFontStyle regularBoldItalic)
Public Sub New(regularBoldItalic As RegularBoldItalicFontStyle)
Type | Name | Description |
---|---|---|
RegularBoldItalicFontStyle | regularBoldItalic | The RegularBoldItalic style. |
Initializes a new instance of the SpreadFontStyle class.
public SpreadFontStyle(StrikeoutFontStyle strikeout)
Public Sub New(strikeout As StrikeoutFontStyle)
Type | Name | Description |
---|---|---|
StrikeoutFontStyle | strikeout | The Strikeout style. |
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)
Public Sub New(regularBoldItalic As RegularBoldItalicFontStyle, strikeout As StrikeoutFontStyle, underline As UnderlineFontStyle)
Type | Name | Description |
---|---|---|
RegularBoldItalicFontStyle | regularBoldItalic | The RegularBoldItalic style. |
StrikeoutFontStyle | strikeout | The Strikeout style. |
UnderlineFontStyle | underline | The Underline style. |