This documentation is archived and is not being maintained.
HtmlTableRowCollection Properties
.NET Framework 1.1
The properties of the HtmlTableRowCollection class are listed here. For a complete list of HtmlTableRowCollection class members, see the HtmlTableRowCollection Members topic.
Public Properties
Count | Gets the number of HtmlTableRow objects in the HtmlTableRowCollection. |
IsReadOnly | Gets a value indicating whether the HtmlTableRowCollection is read-only. |
IsSynchronized | Gets a value indicating whether access to the HtmlTableRowCollection is synchronized (thread-safe). |
Item | Gets the HtmlTableRow at the specified index from the HtmlTableRowCollection.
In C#, this property is the indexer for the HtmlTableRowCollection class. |
SyncRoot | Gets the object that can be used to synchronize access to the HtmlTableRowCollection. |
See Also
HtmlTableRowCollection Class | System.Web.UI.HtmlControls Namespace
Show:
