DataGridViewSelectedCellCollection.Item[Int32] Özellik

Tanım

Belirtilen dizindeki hücreyi alır.

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

Parametreler

index
Int32

dizininden DataGridViewSelectedCellCollectionalınacak diziniDataGridViewCell.

Özellik Değeri

DataGridViewCell Belirtilen dizindeki .

Özel durumlar

index 0'dan küçüktür.

-veya-

index , koleksiyondaki hücre sayısına eşit veya ondan büyük.

Şunlara uygulanır

Ayrıca bkz.