| Visual Basic (Declaration) | |
|---|---|
| Public Overloads ReadOnly Property Item( _ ByVal index As Integer _ ) As DictionaryEntry | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public DictionaryEntry Item( int index ) {get;} | |
Parameters
- index
| dotnetCHARTING | Send comments on this topic. | 
| Item(Int32) Property | |
| See Also | |
|     | 
| dotnetCHARTING Namespace > SmartPalette Class > Item Property : Item(Int32) Property | 
| Visual Basic (Declaration) | |
|---|---|
| Public Overloads ReadOnly Property Item( _ ByVal index As Integer _ ) As DictionaryEntry | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public DictionaryEntry Item( int index ) {get;} | |