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

Объект DataGridViewCell по указанному индексу.

Исключения

Значение параметраindex меньше 0.

-или- Значение параметра index равно или больше количества ячеек в коллекции.

Применяется к

См. также раздел