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