Represents a collection of UserCellGroup objects. This is the type of the UserCellGroups property of a RenderTable.

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

Syntax

C#
[DefaultMemberAttribute("Item")]
public class UserCellGroupCollection : CollectionBase
Visual Basic
<DefaultMemberAttribute("Item")> _
Public Class UserCellGroupCollection _
	Inherits CollectionBase

Inheritance Hierarchy

System..::..Object
  System.Collections..::..CollectionBase
    C1.C1Preview..::..UserCellGroupCollection

See Also