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