Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GroupInfoCollection Class / Add Method
GroupInfo object to add


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