HtmlTableCellCollection Properties
.NET Framework (current version)
Namespace:
System.Web.UI.HtmlControls
Assembly: System.Web (in System.Web.dll)
| 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[Int32] | 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:
