Name

TableCellCollection

Synopsis

This collection of TableCell and TableHeaderCell objects is used by the Cells property of the TableRow class.

Public NotInheritable Class TableCellCollection : Implements IList, ICollection, IEnumerable
' Public Instance Properties
   Public ReadOnly Property Count As Integer Implements ICollection.Count 
   Public ReadOnly Property IsReadOnly As Boolean Implements IList.IsReadOnly 
   Public ReadOnly Property IsSynchronized As Boolean Implements ICollection.IsSynchronized 
   Public Default ReadOnly Property Item(
        ByVal index As Integer) As TableCell  
   Public ReadOnly Property SyncRoot As Object Implements ICollection.SyncRoot 
' Public Instance Methods
   Public Function Add(ByVal cell As TableCell) As Integer  
   Public Sub AddAt(ByVal index As Integer, 
        ByVal cell As TableCell) 
   Public Sub AddRange(ByVal cells As TableCell()) 
   Public Sub Clear() Implements IList.Clear 
   Public Sub CopyTo(ByVal array As Array, 
        ByVal index As Integer) Implements ICollection.CopyTo 
   Public Function GetCellIndex(
        ByVal cell As TableCell) As Integer  
   Public Function GetEnumerator(
        ) As IEnumerator Implements IEnumerable.GetEnumerator 
   Public Sub Remove(ByVal cell As TableCell) 
   Public Sub RemoveAt(
        ByVal index As Integer) Implements IList.RemoveAt 
End Class

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.