Spread for ASP.NET 12 Product Documentation
SpreadFontStyle Constructor(RegularBoldItalicFontStyle,StrikeoutFontStyle,UnderlineFontStyle,OverlineFontStyle)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SpreadFontStyle Class > SpreadFontStyle Constructor : SpreadFontStyle Constructor(RegularBoldItalicFontStyle,StrikeoutFontStyle,UnderlineFontStyle,OverlineFontStyle)
The RegularBoldItalic style.
The Strikeout style.
The Underline style.
The Overline style.
Initializes a new instance of the SpreadFontStyle class.
Syntax
'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)

Parameters

regularBoldItalic
The RegularBoldItalic style.
strikeout
The Strikeout style.
underline
The Underline style.
overline
The Overline style.
See Also

Reference

SpreadFontStyle Class
SpreadFontStyle Members
Overload List