The UserCellGroupCollection type exposes the following members.

Methods

  Name Description
Public method Add
Adds a UserCellGroup to the current collection.
Public method AssignFrom
Assigns (copies) properties from another RenderObject to the current object.
Public method Clear
Removes all objects from the CollectionBase instance. This method cannot be overridden.
(Inherited from CollectionBase.)
Public method FindGroupsAtPos
Finds all user cell groups (objects of type UserCellGroup) that contain the cell at the specified row and column indices.
Public method GetEnumerator
Returns an enumerator that iterates through the CollectionBase instance.
(Inherited from CollectionBase.)
Public method GetRightBottomBounds
Gets the bounding rectangle that includes all cells in all groups in the current collection.
Public method RemoveAt
Removes the element at the specified index of the CollectionBase instance. This method is not overridable.
(Inherited from CollectionBase.)

See Also