Excel for WPF/Silverlight
XLFont コンストラクタ(String,Single,Boolean,Boolean,Color)

C1.WPF.Excel.4.5.2 アセンブリ > C1.WPF.Excel 名前空間 > XLFont クラス > XLFont コンストラクタ : XLFont コンストラクタ(String,Single,Boolean,Boolean,Color)
フォント名(デフォルトは Arial)。
ポイント単位のフォントサイズ(デフォルトは 10 pt)。
フォントの太字フラグ。
フォントの斜体フラグ。
フォントの前景色(デフォルトは Black)。
Excel フォントの初期化。
シンタックス
'宣言
 
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.Windows.Media.Color _
)
public XLFont( 
   System.string fontName,
   System.float fontSize,
   System.bool bold,
   System.bool italic,
   System.Windows.Media.Color color
)

パラメータ

fontName
フォント名(デフォルトは Arial)。
fontSize
ポイント単位のフォントサイズ(デフォルトは 10 pt)。
bold
フォントの太字フラグ。
italic
フォントの斜体フラグ。
color
フォントの前景色(デフォルトは Black)。
参照

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