SpreadsheetGear 2023
Item Property (IIconSets)


SpreadsheetGear Namespace > IIconSets Interface : Item Property
The icon set type of the icon set to return.
Returns the icon set specified by the icon set type.
Syntax
'Declaration
 
ReadOnly Default Property Item( _
   ByVal id As IconSet _
) As IIconSet
'Usage
 
Dim instance As IIconSets
Dim id As IconSet
Dim value As IIconSet
 
value = instance.Item(id)
IIconSet this[ 
   IconSet id
]; {get;}

Parameters

id
The icon set type of the icon set to return.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IIconSets Interface
IIconSets Members