C1.WPF.PrintDocument.4.6.2 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
 

Parameters

cellGroup
The user cell group to add.

Return Value

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