ColorStops.Count プロパティ

定義

表示されたオブジェクトの数を取得または設定します。 読み取り専用

public:
 property int Count { int get(); };
public int Count { get; }
Public ReadOnly Property Count As Integer

プロパティ値

Integer

作業中のセルにおける ColorStops の数を返します。

<span class="label">ActiveCell.Interior.Gradient.ColorStops.Count</span>

適用対象