TableCellCollection Properties
.NET Framework (current version)
Namespace:
System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of TableCell objects in the TableCellCollection. |
![]() | IsReadOnly | Gets a value indicating whether the TableCellCollection is read-only. |
![]() | IsSynchronized | Gets a value indicating whether access to the TableCellCollection is synchronized (thread-safe). |
![]() | Item[Int32] | Gets a TableCell from the TableCellCollection at the specified index. |
![]() | SyncRoot | Gets the object that can be used to synchronize access to the TableCellCollection. |
| Name | Description | |
|---|---|---|
![]() ![]() | IList::IsFixedSize | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IsFixedSize. |
![]() ![]() | IList::Item[Int32] | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see Item. |
Show:


