DataGridViewCellCollection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表 DataGridViewRow 中儲存格的集合。
public ref class DataGridViewCellCollection : System::Windows::Forms::BaseCollection, System::Collections::IList
[System.ComponentModel.ListBindable(false)]
public class DataGridViewCellCollection : System.Windows.Forms.BaseCollection, System.Collections.IList
[<System.ComponentModel.ListBindable(false)>]
type DataGridViewCellCollection = class
inherit BaseCollection
interface IList
interface ICollection
interface IEnumerable
Public Class DataGridViewCellCollection
Inherits BaseCollection
Implements IList
- 繼承
- 屬性
- 實作
備註
DataGridViewCellCollection 物件是由 屬性所擷 DataGridViewRow.Cells 取。
建構函式
DataGridViewCellCollection(DataGridViewRow) |
初始化 DataGridViewCellCollection 類別的新執行個體。 |
屬性
Count |
取得集合中的元素總數。 (繼承來源 BaseCollection) |
IsReadOnly |
取得值,表示集合是否為唯讀。 (繼承來源 BaseCollection) |
IsSynchronized |
取得值,表示對 ICollection 的存取是否同步化。 (繼承來源 BaseCollection) |
Item[Int32] |
取得或設定在提供的索引位置上的儲存格。 在 C# 中,這個屬性是 DataGridViewCellCollection 類別的索引子。 |
Item[String] |
取得或設定在資料行中具有指定名稱的儲存格。 在 C# 中,這個屬性是 DataGridViewCellCollection 類別的索引子。 |
List |
取得包含 ArrayList 物件的 DataGridViewCellCollection。 |
SyncRoot |
取得可用以同步存取 BaseCollection 的物件。 (繼承來源 BaseCollection) |
方法
事件
CollectionChanged |
發生於集合變更時。 |
明確介面實作
ICollection.CopyTo(Array, Int32) |
將集合的元素複製至以指定的索引為起始點的指定陣列。 |
ICollection.Count |
取得集合所包含的項目數目。 |
ICollection.IsSynchronized |
取得值,表示是否同步化存取集合 (執行緒安全)。 |
ICollection.SyncRoot |
取得物件,這個物件可以用來對集合進行同步存取。 |
IEnumerable.GetEnumerator() |
傳回逐一查看集合的列舉值。 |
IList.Add(Object) |
將項目新增至集合。 |
IList.Clear() |
清除集合。 |
IList.Contains(Object) |
判斷集合是否包含指定的值。 |
IList.IndexOf(Object) |
判斷集合中特定項目的索引。 |
IList.Insert(Int32, Object) |
將項目插入指定位置上的集合中。 |
IList.IsFixedSize |
取得值,這個值表示集合的大小是否是固定的。 |
IList.IsReadOnly |
取得值,這個值表示集合的大小是否是固定的。 |
IList.Item[Int32] |
在指定的索引位置上取得或設定項目。 |
IList.Remove(Object) |
從集合中移除第一個出現的特定物件。 |
IList.RemoveAt(Int32) |
在指定的索引位置移除 DataGridViewCell。 |
擴充方法
Cast<TResult>(IEnumerable) |
將 IEnumerable 的項目轉換成指定的型別。 |
OfType<TResult>(IEnumerable) |
根據指定的型別來篩選 IEnumerable 的項目。 |
AsParallel(IEnumerable) |
啟用查詢的平行化作業。 |
AsQueryable(IEnumerable) |
將 IEnumerable 轉換成 IQueryable。 |