DataGridViewSelectedCellCollection.Item[Int32] Vlastnost
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Získá buňku v zadaném indexu.
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
Index k DataGridViewCell získání z DataGridViewSelectedCellCollection.
Hodnota vlastnosti
V DataGridViewCell zadaném indexu.
Výjimky
index
je menší než 0.
-nebo-
index
je roven nebo větší než počet buněk v kolekci.