DataGridViewSelectedCellCollection.Insert(Int32, DataGridViewCell) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將儲存格插入集合中。
public:
void Insert(int index, System::Windows::Forms::DataGridViewCell ^ dataGridViewCell);
public void Insert (int index, System.Windows.Forms.DataGridViewCell dataGridViewCell);
member this.Insert : int * System.Windows.Forms.DataGridViewCell -> unit
Public Sub Insert (index As Integer, dataGridViewCell As DataGridViewCell)
參數
- index
- Int32
應該插入 dataGridViewCell
處的索引。
- dataGridViewCell
- DataGridViewCell
要加入 DataGridViewSelectedCellCollection 的物件。
例外狀況
一律擲回。
備註
這個方法與這個類別無關。 您無法直接變更 DataGridViewSelectedCellCollection 類別。 若要將儲存格加入 至 DataGridViewSelectedCellCollection ,請使用 DataGridViewCell.Selected 屬性。