This documentation is archived and is not being maintained.
HtmlTableRowCollection Properties
Visual Studio 2008
The HtmlTableRowCollection type exposes the following members.
| 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. |
Show: