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