UniqueValues.Type 属性

定义

返回枚举的常量之一,该常量 XlFormatConditionType 指定条件格式的类型。 此为只读属性。

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

属性值

XlFormatConditionType

注解

此属性将始终 返回整数值 “8”,等效于 xlUniqueValues

适用于