TableRowCollection Properties
.NET Framework (current version)
Namespace:
System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of TableRow objects in the TableRowCollection. |
![]() | IsReadOnly | Gets a value indicating whether the TableRowCollection is read-only. |
![]() | IsSynchronized | Gets a value indicating whether access to the TableRowCollection is synchronized (thread-safe). |
![]() | Item[Int32] | Gets a TableRow from the TableRowCollection at the specified index. |
![]() | SyncRoot | Gets the object that can be used to synchronize access to the TableRowCollection. |
| Name | Description | |
|---|---|---|
![]() ![]() | IList::IsFixedSize | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IsFixedSize. |
![]() ![]() | IList::Item[Int32] | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see Item. |
Show:


