Spread Windows Forms 12.0 Product Documentation
Item Property (ItemTemplateCollectionInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ItemTemplateCollectionInfo Class : Item Property
Gets or sets the item at the specified position.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As ItemTemplateInfo
'Usage
 
Dim instance As ItemTemplateCollectionInfo
Dim index As Integer
Dim value As ItemTemplateInfo
 
instance.Item(index) = value
 
value = instance.Item(index)
public ItemTemplateInfo this[ 
   int index
]; {get; set;}

Parameters

index

Property Value

The System.Int32 value indicates the specified position in the collection.
See Also

Reference

ItemTemplateCollectionInfo Class
ItemTemplateCollectionInfo Members