dotNetObject:System.Windows.Forms.DataGridViewCellCollection

--PROPERTIES OF dotNetObject:System.Windows.Forms.DataGridViewCellCollectionDefault / Value
.Count : , read-only0
.IsReadOnly : , read-onlyfalse
.IsSynchronized : , read-onlyfalse
.Item[index] : undefined
.Item[columnName] : undefined
.SyncRoot : , read-onlydotNetObject:System.Windows.Forms.DataGridViewCellCollection
--METHODS OF dotNetObject:System.Windows.Forms.DataGridViewCellCollection
.Add dataGridViewCell
.AddRange dataGridViewCells
.Clear()
.Contains dataGridViewCell
.CopyTo ar index
.CopyTo array index
.CreateObjRef requestedType
.Equals obj
.[static]Equals objA objB
.GetEnumerator()
.GetHashCode()
.GetLifetimeService()
.GetType()
.IndexOf dataGridViewCell
.InitializeLifetimeService()
.Insert index dataGridViewCell
.[static]ReferenceEquals objA objB
.Remove cell
.RemoveAt index
.ToString()
--EVENTS OF dotNetObject:System.Windows.Forms.DataGridViewCellCollection
CollectionChanged sender e = ( ... )