The members of System.Web.UI.WebControls.TableCellCollection are listed below.
See Also: Inherited members from System.Object
[read-only] | Count | int.
Gets the number of System.Web.UI.WebControls.TableCell objects in the System.Web.UI.WebControls.TableCellCollection. |
[read-only] | IsReadOnly | bool.
Gets a value indicating whether the System.Web.UI.WebControls.TableCellCollection is read-only. |
[read-only] | IsSynchronized | bool.
Gets a value indicating whether access to the System.Web.UI.WebControls.TableCellCollection is synchronized (thread-safe). |
[read-only] default property | Item(int) | TableCell. Documentation for this section has not yet been entered. |
[read-only] | SyncRoot | object.
Gets the object that can be used to synchronize access to the System.Web.UI.WebControls.TableCellCollection. |
IList.Add |
Adds an object to the collection. | |
IList.Contains |
Determines whether the specified object is contained within the collection. | |
IList.IndexOf |
Searches for the specified object and returns the zero-based index of the first occurrence within the collection. | |
IList.Insert |
Inserts an object into the collection at the specified index. | |
[read-only] | IList.IsFixedSize | bool.
For a description of this member, see IList.IsFixedSize. |
IList.Item | object. Documentation for this section has not yet been entered. | |
IList.Remove |
Removes an object from the collection. |