IconSets.Item[Object] Property

Definition

Returns a single IconSet object from the IconSetscollection. Read-only.

public:
 property System::Object ^ Item[System::Object ^] { System::Object ^ get(System::Object ^ Index); };
public object Item[object Index] { get; }
Public ReadOnly Property Item(Index As Object) As Object

Parameters

Index
Object

The index number of the IconSet object.

Property Value

IconSet

Remarks

The value of the Index parameter cannot be greater than the number of icon sets available. To find the number of icon sets available to the workbook, use the IconSets property.

Applies to