SPREAD for WPF 3.0J - GcSpreadSheet
Font コンストラクタ(Font,String)

GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > Font 構造体 > Font コンストラクタ : Font コンストラクタ(Font,String)
新しいFontを作成する元となる既存のFont。
このFontのフェース名を示す文字列値。
指定した既存のFontと新しいフォントフェース名を使用して、Font構造体の新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal prototype As Font, _
   ByVal name As System.String _
)
public Font( 
   Font prototype,
   System.string name
)

パラメータ

prototype
新しいFontを作成する元となる既存のFont。
name
このFontのフェース名を示す文字列値。
参照

Font 構造体
Font メンバ
オーバーロード一覧