[]
        
(Showing Draft Content)

C1.C1Preview.UserCellGroupCollection

UserCellGroupCollection Class

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

Inheritance
UserCellGroupCollection
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
[C1ClassSerialization(true)]
public class UserCellGroupCollection : CollectionBase, IList, ICollection, IEnumerable

Properties

Name Description
this[int]

Gets the UserCellGroup at the specified index in the current collection.

Owner

Gets the RenderTable object containing the current collection of user cell groups.

Methods

Name Description
Add(UserCellGroup)

Adds a UserCellGroup to the current collection.

AssignFrom(UserCellGroupCollection)

Assigns (copies) properties from another RenderObject to the current object.

FindGroupsAtPos(int, int)

Finds all user cell groups (objects of type UserCellGroup) that contain the cell at the specified row and column indices.

GetRightBottomBounds()

Gets the bounding rectangle that includes all cells in all groups in the current collection.