This documentation is archived and is not being maintained.
TableCellCollection Properties
.NET Framework 1.1
The properties of the TableCellCollection class are listed here. For a complete list of TableCellCollection class members, see the TableCellCollection Members topic.
Public Properties
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.
In C#, this property is the indexer for the TableCellCollection class. |
SyncRoot | Gets the object that can be used to synchronize access to the TableCellCollection. |
See Also
TableCellCollection Class | System.Web.UI.WebControls Namespace
Show:
