IconSet.Item[Object] Property

Definition

Returns an Icon object that represents a single icon from an icon set. Read-only.

public:
 property Microsoft::Office::Interop::Excel::Icon ^ Item[System::Object ^] { Microsoft::Office::Interop::Excel::Icon ^ get(System::Object ^ Index); };
public Microsoft.Office.Interop.Excel.Icon Item[object Index] { get; }
Public ReadOnly Property Item(Index As Object) As Icon

Parameters

Index
Object

The index number of the Icon object.

Property Value

Icon

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 Count property.

Applies to