TableCellCollection Properties
A collection of table cells in a table row.| Name | Description |
|---|---|
| Count | Returns the number of items in the collection. Inherited from PresentationCollectionBase<T>. |
| IsReadOnly | Indicates whether the collection is read-only. Inherited from PresentationCollectionBase<T>. |
| Item[Int32] | Gets or sets the item at the specified index. Inherited from PresentationCollectionBase<T>. |
| Owner | Returns the table row that owns the collection. |
See Also