Adds a UserCellGroup to the current collection.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public int Add(
	UserCellGroup cellGroup
)
Visual Basic
Public Function Add ( _
	cellGroup As UserCellGroup _
) As Integer

Parameters

cellGroup
Type: C1.C1Preview..::..UserCellGroup
The user cell group to add.

Return Value

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

See Also