IconSet.Item Property
Excel Developer Reference |
Returns an Icon object that represents a single icon from an icon set. Read-only.
Version Information
Version Added: Excel 2007
Syntax
expression.Item(Index)
expression A variable that represents an IconSet object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Index | Required | Variant | The index number of the Icon object. |
Remarks
The value of the
Index
parameter cannot be greater than the number of icons in an icon set. To find the total number of icons in an icon set, use the IconSet.Count property.
See Also