This documentation is archived and is not being maintained.
TableRowCollection Properties
Visual Studio 2008
The TableRowCollection type exposes the following members.
| 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 | |
|---|---|---|
|
IList::IsFixedSize | Infrastructure. For a description of this member, see IsFixedSize. |
|
IList::Item | Infrastructure. For a description of this member, see Item. |
Show: