Excel font initialization.
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal As System.Single, _
ByVal As System.Boolean, _
ByVal As System.Boolean _
)
public XLFont(
System.string ,
System.float ,
System.bool ,
System.bool
)
パラメータ
- fontName
- The font name, by default Arial.
- fontSize
- The font size in points, by default 10 pt.
- bold
- The bold flag of the font.
- italic
- The italic flag of the font.
参照