ColorScaleCriteria.Count Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an Integer value that specifies the number of criteria for a color scale conditional format rule. Read-only.
public:
property int Count { int get(); };
public int Count { get; }
Public ReadOnly Property Count As Integer
Property Value
Integer
Remarks
The number of criteria is equivalent to the number of threshold values assigned for a color scale. This will be either two or three, depending on whether you use a two-color scale or three-color scale for the conditional format rule.