[]
        
(Showing Draft Content)

FarPoint.Win.Spread.GroupInfoCollection.Add

Add Method

Add(GroupInfo)

Adds a GroupInfo object to the collection.

Declaration
public virtual int Add(GroupInfo value)
Public Overridable Function Add(value As GroupInfo) As Integer
Parameters
Type Name Description
GroupInfo value

GroupInfo object to add

Returns
Type Description
int

The index of value in the collection.

Exceptions
Type Condition
ArgumentNullException

No value specified; a GroupInfo object must be specified