[Hauptseite] / [CTableCellCollection]
Class CTableCellCollection : CVirtualArray
  New (row As CTableRow) As CTableCellCollection
  Function Add(cellCount As Integer)
  Function Add(child As CHtmlControl) As Integer (geerbt)
  Function AddRange(col As ICollection) (geerbt)
  Property Capacity As Integer (geerbt)
  Function CheckIndex(index As Integer) As Boolean (geerbt)
  Function Clear() (geerbt)
  Function Contains(value As CHtmlControl) As Boolean (geerbt)
  Function CopyTo(array As Array, index As Integer) (geerbt)
  Property Count As Integer (geerbt)
  Function GetEnumerator() As IEnumerator (geerbt)
  Function IndexOf(value As CHtmlControl, start As Integer, count As Integer) As Integer (geerbt)
  Function IndexOf(value As CHtmlControl) As Integer (geerbt)
  Function IndexOf(value As CHtmlControl, start As Integer) As Integer (geerbt)
  Function Insert(index As Integer, child As CHtmlControl) (geerbt)
  Function InsertRange(index As Integer, col As ICollection) (geerbt)
  Function IsEmpty() As Boolean (geerbt)
  Property IsFixedSize As Boolean (geerbt)
  Property IsReadOnly As Boolean (geerbt)
  Property IsSynchronized As Boolean (geerbt)
  Property Item(index As Integer) As CTableCell
  Property Item(index As Integer) As CHtmlControl (geerbt)
  Function LastIndexOf(value As CHtmlControl, start As Integer, count As Integer) As Integer (geerbt)
  Function LastIndexOf(value As CHtmlControl, start As Integer) As Integer (geerbt)
  Function LastIndexOf(value As CHtmlControl) As Integer (geerbt)
  Function Move(indexFrom As Integer, indexTo As Integer) (geerbt)
  Property Owner As CHtmlControl (geerbt)
  Function Remove(cell As CTableCell)
  Function Remove(value As CHtmlControl) (geerbt)
  Function RemoveAt(index As Integer) (geerbt)
  Function RemoveRange(index As Integer, count As Integer) (geerbt)
  Function Reverse(index As Integer, count As Integer) (geerbt)
  Function Reverse() (geerbt)
  Function SetRange(index As Integer, col As ICollection) (geerbt)
  Function Sort(index As Integer, count As Integer, comparer As IComparer) (geerbt)
  Function Sort(comparer As IComparer) (geerbt)
  Function Sort() (geerbt)
  Property SyncRoot As Object (geerbt)
  Function ToArray() (geerbt)
  Function TrimToSize() (geerbt)
  Function VirtualItem(virtualIndex As Integer) As CTableCell
  Function VirtualItem(virtualIndex As Integer) As Object (geerbt)

//wiki.stne.net/index.php?title=API:CTableCellCollection
//wiki.en.stne.net/index.php?title=API:CTableCellCollection