IconSet.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 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
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.