ComponentOne Studio for WinRT XAML
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 メンバ
オーバーロード一覧

 

 


Copyright © GrapeCity inc. All rights reserved.