'Declaration
Public Function New( _ ByVal regularBoldItalic As RegularBoldItalicFontStyle, _ ByVal strikeout As StrikeoutFontStyle, _ ByVal underline As UnderlineFontStyle _ )
'Usage
Dim regularBoldItalic As RegularBoldItalicFontStyle Dim strikeout As StrikeoutFontStyle Dim underline As UnderlineFontStyle Dim instance As New SpreadFontStyle(regularBoldItalic, strikeout, underline)
public SpreadFontStyle( RegularBoldItalicFontStyle regularBoldItalic, StrikeoutFontStyle strikeout, UnderlineFontStyle underline )
Parameters
- regularBoldItalic
- The RegularBoldItalic style.
- strikeout
- The Strikeout style.
- underline
- The Underline style.