次の方法で共有


DisplayFormat.Font プロパティ

定義

現在の Font ユーザー インターフェイスに表示される、関連付けられている Range のフォントを表す オブジェクトを取得します。

public:
 property Microsoft::Office::Interop::Excel::Font ^ Font { Microsoft::Office::Interop::Excel::Font ^ get(); };
public Microsoft.Office.Interop.Excel.Font Font { get; }
Public ReadOnly Property Font As Font

プロパティ値

現在の Font ユーザー インターフェイスに表示される、関連付けられている Range のフォントを表す オブジェクト。

注釈

読み取り専用です。

適用対象