This documentation is archived and is not being maintained.
TableRowCollection Properties
.NET Framework 1.1
The properties of the TableRowCollection class are listed here. For a complete list of TableRowCollection class members, see the TableRowCollection Members topic.
Public Properties
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.
In C#, this property is the indexer for the TableRowCollection class. |
SyncRoot | Gets the object that can be used to synchronize access to the TableRowCollection. |
See Also
TableRowCollection Class | System.Web.UI.WebControls Namespace
Show:
