[]
Represents a collection of UserCellGroup objects. This is the type of the UserCellGroups property of a RenderTable.
[C1ClassSerialization(true)]
public class UserCellGroupCollection : CollectionBase, IList, ICollection, IEnumerable
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. |
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. |