Spread for ASP.NET 12 Product Documentation
Item Property (GroupInfoCollection)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > GroupInfoCollection Class : Item Property
Index of the group information in the collection
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)
public virtual GroupInfo this[ 
   int index
]; {get; set;}

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

Reference

GroupInfoCollection Class
GroupInfoCollection Members