Share via


DataGridViewSelectedCellCollection.Item[Int32] 屬性

定義

取得在指定索引處的儲存格。

public:
 property System::Windows::Forms::DataGridViewCell ^ default[int] { System::Windows::Forms::DataGridViewCell ^ get(int index); };
public System.Windows.Forms.DataGridViewCell this[int index] { get; }
member this.Item(int) : System.Windows.Forms.DataGridViewCell
Default Public ReadOnly Property Item(index As Integer) As DataGridViewCell

參數

index
Int32

要從 DataGridViewCell 中取得的 DataGridViewSelectedCellCollection 的索引。

屬性值

指定之索引處的 DataGridViewCell

例外狀況

index 小於 0。

-或-

index 等於或大於集合中的儲存格數目。

適用於

另請參閱