Share via


IconCriteria.Count Property

Returns a Long value that specifies the number of criteria for an icon set conditional format rule. Read-only.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property Count As Integer
    Get
'Usage
Dim instance As IconCriteria
Dim value As Integer

value = instance.Count
int Count { get; }

Property Value

Type: System.Int32

Remarks

The number of criteria is equivalent to the number of threshold values assigned for an icon set.

See Also

Reference

IconCriteria Interface

IconCriteria Members

Microsoft.Office.Interop.Excel Namespace