Grid.Item Property (Int32)

Grid

GridItem Property (Int32)
Indekser zwraca wiersz tablicy

Namespace: Grid
Assembly: ProstyAlgorytm (in ProstyAlgorytm.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int[] this[
	int indeks
] { get; }
Public ReadOnly Default Property Item ( 
	indeks As Integer
) As Integer()
	Get
public:
property array<int>^ default[int indeks] {
	array<int>^ get (int indeks);
}
member Item : int[] with get

Parameters

indeks
Type: SystemInt32

Return Value

Type: Int32
See Also