Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / UserCellGroupCollection Class / Add Method
The user cell group to add.

In This Topic
    Add Method (UserCellGroupCollection)
    In This Topic
    Adds a UserCellGroup to the current collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal cellGroup As UserCellGroup _
    ) As Integer
    public int Add( 
       UserCellGroup cellGroup
    )

    Parameters

    cellGroup
    The user cell group to add.

    Return Value

    The index of the newly added group in the current collection.
    See Also