Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListColumnCollection Class / Item Property


In This Topic
Item Property (ListColumnCollection)
In This Topic
Gets or sets the column at the specified position.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As ListColumn
 
'Usage
 
Dim instance As ListColumnCollection
Dim index As Integer
Dim value As ListColumn
 
instance.Item(index) = value
 
value = instance.Item(index)

Parameters

index

Property Value

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