HtmlTableRowCollection Properties
.NET Framework (current version)
Namespace:
System.Web.UI.HtmlControls
Assembly: System.Web (in System.Web.dll)
| 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[Int32] | 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:
