Excel for .NET
XLFont コンストラクタ(String,Single,Boolean,Boolean,Color)

C1.Excel アセンブリ > C1.Excel 名前空間 > XLFont クラス > XLFont コンストラクタ : XLFont コンストラクタ(String,Single,Boolean,Boolean,Color)
The font name, by default Arial.
The font size in points, by default 10 pt.
The bold flag of the font.
The italic flag of the font.
The foreground color of the font, by default Black.
Excel font initialization.
シンタックス
'宣言
 
Public Function New( _
   ByVal fontName As System.String, _
   ByVal fontSize As System.Single, _
   ByVal bold As System.Boolean, _
   ByVal italic As System.Boolean, _
   ByVal color As System.Drawing.Color _
)
public XLFont( 
   System.string fontName,
   System.float fontSize,
   System.bool bold,
   System.bool italic,
   System.Drawing.Color color
)

パラメータ

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.
color
The foreground color of the font, by default Black.
参照

XLFont クラス
XLFont メンバ
オーバーロード一覧