Excel for UWP/WinRT
XLFont コンストラクタ(String,Single)

フォント名(デフォルトは Arial)。
ポイント単位のフォントサイズ(デフォルトは 10 pt)。
Excel フォントの初期化。
構文
'宣言
 
Public Function New( _
   ByVal fontName As System.String, _
   ByVal fontSize As System.Single _
)
public XLFont( 
   System.string fontName,
   System.float fontSize
)

パラメータ

fontName
フォント名(デフォルトは Arial)。
fontSize
ポイント単位のフォントサイズ(デフォルトは 10 pt)。
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