Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GroupInfoCollection Class / Item Property
Index of the group information in the collection


Item Property (GroupInfoCollection)
Gets or sets the GroupInfo object at the specified index in the collection.
Syntax
'Declaration
 
Public Overridable Default Property Item( _
   ByVal index As Integer _
) As GroupInfo
 
'Usage
 
Dim instance As GroupInfoCollection
Dim index As Integer
Dim value As GroupInfo
 
instance.Item(index) = value
 
value = instance.Item(index)

Parameters

index
Index of the group information in the collection
Exceptions
ExceptionDescription
Specified index is not valid
No value specified; cannot set a member to null
See Also