System.Web.UI.WebControls.TableCellCollection Members

The members of System.Web.UI.WebControls.TableCellCollection are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
Countint.

Gets the number of System.Web.UI.WebControls.TableCell objects in the System.Web.UI.WebControls.TableCellCollection.

[read-only]
IsReadOnlybool.

Gets a value indicating whether the System.Web.UI.WebControls.TableCellCollection is read-only.

[read-only]
IsSynchronizedbool.

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]
SyncRootobject.

Gets the object that can be used to synchronize access to the System.Web.UI.WebControls.TableCellCollection.

Public Methods

Add(TableCell) : int

Appends the specified System.Web.UI.WebControls.TableCell to the end of the System.Web.UI.WebControls.TableCellCollection.

AddAt(int, TableCell)

Adds the specified System.Web.UI.WebControls.TableCell to the System.Web.UI.WebControls.TableCellCollection at the specified index location.

AddRange(TableCell[])

Appends the System.Web.UI.WebControls.TableCell objects from the specified array to the end of the collection.

Clear()

Removes all System.Web.UI.WebControls.TableCell objects from the System.Web.UI.WebControls.TableCellCollection.

CopyTo(Array, int)

Copies the items from the System.Web.UI.WebControls.TableCellCollection to the specified Array, starting with the specified index in the Array.

GetCellIndex(TableCell) : int

Returns a value that represents the index of the specified System.Web.UI.WebControls.TableCell from the System.Web.UI.WebControls.TableCellCollection.

GetEnumerator() : IEnumerator

Returns a IEnumerator implemented object that contains all System.Web.UI.WebControls.TableCell objects in the System.Web.UI.WebControls.TableCellCollection.

Remove(TableCell)

Removes the specified System.Web.UI.WebControls.TableCell from the System.Web.UI.WebControls.TableCellCollection.

RemoveAt(int)

Removes a System.Web.UI.WebControls.TableCell from the System.Web.UI.WebControls.TableCellCollection at the specified index.

Explicitly Implemented Interface Members

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.IsFixedSizebool.

For a description of this member, see IList.IsFixedSize.

IList.Itemobject. Documentation for this section has not yet been entered.
IList.Remove

Removes an object from the collection.