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