Spread for ASP.NET 12 Product Documentation
Add Method (GroupInfoCollection)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > GroupInfoCollection Class : Add Method
GroupInfo object to add
Adds a GroupInfo object to the collection.
Syntax
'Declaration
 
Public Overridable Function Add( _
   ByVal value As GroupInfo _
) As Integer
'Usage
 
Dim instance As GroupInfoCollection
Dim value As GroupInfo
Dim value As Integer
 
value = instance.Add(value)
public virtual int Add( 
   GroupInfo value
)

Parameters

value
GroupInfo object to add
Exceptions
ExceptionDescription
No value specified; a GroupInfo object must be specified
See Also

Reference

GroupInfoCollection Class
GroupInfoCollection Members