This documentation is archived and is not being maintained.
HtmlTableCellCollection Properties
Visual Studio 2008
The HtmlTableCellCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of HtmlTableCell objects in the HtmlTableCellCollection collection. |
|
IsReadOnly | Gets a value indicating whether the HtmlTableCellCollection collection is read-only. |
|
IsSynchronized | Gets a value indicating whether access to the HtmlTableCellCollection collection is synchronized (thread safe). |
|
Item | Gets the HtmlTableCell object at the specified index from the HtmlTableCellCollection collection. |
|
SyncRoot | Gets the object that can be used to synchronize access to the HtmlTableCellCollection collection. |
Show: