Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.08 KB

Excel.IconCriteria.Item.md

File metadata and controls

40 lines (23 loc) · 1.08 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
IconCriteria.Item property (Excel)
vbaxl10.chm813076
vbaxl10.chm813076
Excel.IconCriteria.Item
82ed280b-e89e-f75d-246a-cacb57f2b4b2
04/27/2019
medium

IconCriteria.Item property (Excel)

Returns a single IconCriterion object from the IconCriteria collection. Read-only.

Syntax

expression.Item (Index)

expression A variable that represents an IconCriteria object.

Parameters

Name Required/Optional Data type Description
Index Required Variant The index number of the IconCriterion object.

Remarks

The value of the Index parameter cannot be greater than the number of criteria set for an icon set conditional format. The criteria are equivalent to the threshold values assigned for an icon set. To find the number of threshold values, use the Count property.

[!includeSupport and feedback]