Name

HtmlTableCellCollection

Synopsis

This collection of HtmlTableCell objects is used by the Cells property of the HtmlTableRow class.

Public NotInheritable Class HtmlTableCellCollection : Implements ICollection, IEnumerable
' Public Instance Properties
   Public ReadOnly Property Count As Integer Implements ICollection.Count 
   Public ReadOnly Property IsReadOnly As Boolean  
   Public ReadOnly Property IsSynchronized As Boolean Implements ICollection.IsSynchronized 
   Public Default ReadOnly Property Item(
        ByVal index As Integer) As HtmlTableCell  
   Public ReadOnly Property SyncRoot As Object Implements ICollection.SyncRoot 
' Public Instance Methods
   Public Sub Add(ByVal cell As HtmlTableCell) 
   Public Sub Clear() 
   Public Sub CopyTo(ByVal array As Array, 
        ByVal index As Integer) Implements ICollection.CopyTo 
   Public Function GetEnumerator(
        ) As IEnumerator Implements IEnumerable.GetEnumerator 
   Public Sub Insert(ByVal index As Integer, 
        ByVal cell As HtmlTableCell) 
   Public Sub Remove(ByVal cell As HtmlTableCell) 
   Public Sub RemoveAt(ByVal index As Integer) 
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.