--PROPERTIES OF dotNetObject:System.Windows.Forms.DataGridViewCellCollection | Default / Value |
.Count : , read-only | 0 |
.IsReadOnly : , read-only | false |
.IsSynchronized : , read-only | false |
.Item[index] : | undefined |
.Item[columnName] : | undefined |
.SyncRoot : , read-only | dotNetObject: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 = ( ... ) |