次の方法で共有


AboveAverage.Type プロパティ

定義

条件付き書式の種類を指定する列挙型の XlFormatConditionType 定数のいずれかを返します。 読み取り専用です。

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

プロパティ値

XlFormatConditionType

注釈

このプロパティは常に、 " 12" の整数値を返します。これは と同等 xlAboveAverageConditionです。

適用対象