次の方法で共有


ChartFormat.Line プロパティ

定義

指定したグラフ要素の線の書式設定プロパティを含む オブジェクトを返します。 読み取り専用です。

public:
 property Microsoft::Office::Interop::Word::LineFormat ^ Line { Microsoft::Office::Interop::Word::LineFormat ^ get(); };
public Microsoft.Office.Interop.Word.LineFormat Line { get; }
member this.Line : Microsoft.Office.Interop.Word.LineFormat
Public ReadOnly Property Line As LineFormat

プロパティ値

LineFormat

注釈

線の場合、オブジェクトは LineFormat 線自体を表します。罫線を持つグラフの場合、 LineFormatオブジェクトは罫線を表します。

適用対象