HtmlTableCellCollection Properties
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| Count | Gets the number of HtmlTableCell objects in the HtmlTableCellCollection collection. |
| IsReadOnly | Gets a value indicating whether the HtmlTableCellCollection collection is read-only. |
| IsSynchronized | Gets a value indicating whether access to the HtmlTableCellCollection collection is synchronized (thread safe). |
| Item | Gets the HtmlTableCell object at the specified index from the HtmlTableCellCollection collection. |
| SyncRoot | Gets the object that can be used to synchronize access to the HtmlTableCellCollection collection. |
Community Additions
ADD
Show: