The TableCellCollection type exposes the following members.

Methods

  Name Description
Public method AssignFrom
Assigns (copies) properties from another TableCellCollection to the current object.
Public method Clear
Clears the current FastList.
(Inherited from FastList.)
Public method FindCell
Returns the TableCell object at the specified row and column in the containing RenderTable, or null if that object has not been initialized.
Public method GetRightBottomBounds
Gets the bounds of the initialized cells area. The returned Size structure's Width contains the column index of the rightmost initialized cell + 1, while Height contains the row index of the bottommost initialized cell + 1.
Public method IndexOf
Returns the index of the specified object in the current FastList. (Performs a fast search using the FindObjectIndex(Object, Int32%) method.)
(Inherited from FastList.)

Properties

  Name Description
Public property Item
Gets the TableCell at the intersection of the specified row and column. This property always returns a non-nullTableCell object.
Public property Owner
Gets the RenderTable containing the current collection of cells.

See Also