June 2002
Intermediate to advanced
816 pages
28h 12m
English
HtmlTableRowCollection
This collection of HtmlTableRow objects is
used by the Rows property
of the HtmlTable class.
Public NotInheritable Class HtmlTableRowCollection : 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 HtmlTableRow Public ReadOnly Property SyncRoot As Object Implements ICollection.SyncRoot ' Public Instance Methods Public Sub Add(ByVal row As HtmlTableRow) 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 row As HtmlTableRow) Public Sub Remove(ByVal row As HtmlTableRow) Public Sub RemoveAt(ByVal index As Integer) End Class
Read now
Unlock full access