ComponentOne Studio for WinRT XAML
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)。
参照

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

 

 


Copyright © GrapeCity inc. All rights reserved.