TableRowCollection Properties
.NET Framework 3.0
| 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 | 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 | |
|---|---|---|
| System.Collections.IList.IsFixedSize | For a description of this member, see IsFixedSize. |
| System.Collections.IList.Item | For a description of this member, see Item. |
Community Additions
ADD
Show: