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

C1.Silverlight.Excel.5 アセンブリ > C1.Silverlight.Excel 名前空間 > XLFont クラス > XLFont コンストラクタ : XLFont コンストラクタ(String,Single,Boolean,Boolean)
フォント名(デフォルトは Arial)。
ポイント単位のフォントサイズ(デフォルトは 10 pt)。
フォントの太字フラグ。
フォントの斜体フラグ。
Excel フォントの初期化。
シンタックス
'宣言
 
Public Function New( _
   ByVal fontName As System.String, _
   ByVal fontSize As System.Single, _
   ByVal bold As System.Boolean, _
   ByVal italic As System.Boolean _
)
public XLFont( 
   System.string fontName,
   System.float fontSize,
   System.bool bold,
   System.bool italic
)

パラメータ

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

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