Excel for UWP/WinRT
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
フォントの斜体フラグ。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

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

Send Feedback