The TableCellCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
AssignFrom |
Assigns (copies) properties from another TableCellCollection to the current object.
|
|
FindCell |
Returns the TableCell object at the specified row and column in the containing RenderTable,
or null if that object has not been initialized.
|
|
FindObjectIndex |
Performs a fast search for the specified object within the current FastList.
(Inherited from FastList.) |
|
GetRightBottomBounds | ||
Remove |
Removes the specified element from the current list.
(Inherited from FastList.) |
|
RemoveAt |
Removes the element at the specified index from the current list.
(Inherited from FastList.) |
Properties
Name | Description | |
---|---|---|
Item | ||
Owner |
Gets the RenderTable containing the current collection of cells.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList..::..Add | (Inherited from FastList.) |