TableCellCollection Properties
.NET Framework 3.0
| 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 | 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 | |
|---|---|---|
| System.Collections.IList.IsFixedSize | For a description of this member, see IsFixedSize. |
| System.Collections.IList.Item | For a description of this member, see Item. |
Community Additions
ADD
Show: