Name

TableRowCollection

Synopsis

This collection of TableRow objects is used by the Rows property of the Table class.

Public NotInheritable Class TableRowCollection : 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 TableRow  
   Public ReadOnly Property SyncRoot As Object Implements ICollection.SyncRoot 
' Public Instance Methods
   Public Function Add(ByVal row As TableRow) As Integer  
   Public Sub AddAt(ByVal index As Integer, 
        ByVal row As TableRow) 
   Public Sub AddRange(ByVal rows As TableRow()) 
   Public Sub Clear() Implements IList.Clear 
   Public Sub CopyTo(ByVal array As Array, 
        ByVal index As Integer) Implements ICollection.CopyTo 
   Public Function GetEnumerator(
        ) As IEnumerator Implements IEnumerable.GetEnumerator 
   Public Function GetRowIndex(
        ByVal row As TableRow) As Integer  
   Public Sub Remove(ByVal row As TableRow) 
   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.