IconCriteria.Item[Object] 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 a single IconCriterion object from the IconCriteria collection. Read-only.
public:
property Microsoft::Office::Interop::Excel::IconCriterion ^ Item[System::Object ^] { Microsoft::Office::Interop::Excel::IconCriterion ^ get(System::Object ^ Index); };
public Microsoft.Office.Interop.Excel.IconCriterion Item[object Index] { get; }
Public ReadOnly Property Item(Index As Object) As IconCriterion
Parameters
- Index
- Object
The index number of the IconCriterion object.
Property Value
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.