Udostępnij za pośrednictwem


DataGridViewSelectedCellCollection.Item[Int32] Właściwość

Definicja

Pobiera komórkę w określonym indeksie.

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

Parametry

index
Int32

Indeks elementu DataGridViewCell , który ma być pobierany z elementu DataGridViewSelectedCellCollection.

Wartość właściwości

DataGridViewCell

Element DataGridViewCell w określonym indeksie.

Wyjątki

index wartość jest mniejsza niż 0.

-lub- index jest równa lub większa niż liczba komórek w kolekcji.

Dotyczy

Zobacz też