[]
        
(Showing Draft Content)

FarPoint.Win.Spread.GroupInfoCollection.Insert

Insert Method

Insert(int, GroupInfo)

Inserts a GroupInfo into the collection at the specified index.

Declaration
public virtual void Insert(int index, GroupInfo value)
Public Overridable Sub Insert(index As Integer, value As GroupInfo)
Parameters
Type Name Description
int index

Zero-based index at which to insert the GroupInfo object

GroupInfo value

GroupInfo object to insert into the collection

Exceptions
Type Condition
IndexOutOfRangeException

Specified index is out of range; must be between 0 and the total number in the collection

ArgumentNullException

No style specified or specified style is null; must specify a style