[]
        
(Showing Draft Content)

FarPoint.Web.Spread.GroupInfoCollection.Item

this Property

this[int]

Gets or sets the GroupInfo object at the specified index in the collection.

Declaration
public virtual GroupInfo this[int index] { get; set; }
Public Overridable Default Property Item(index As Integer) As GroupInfo
Parameters
Type Name Description
int index

Index of the group information in the collection

Exceptions
Type Condition
IndexOutOfRangeException

Specified index is not valid

ArgumentNullException

No value specified; cannot set a member to null