Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GroupInfoCollection Class / Add Method
GroupInfo object to add


Add Method (GroupInfoCollection)
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)

Parameters

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