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

Definicja

Pobiera lub ustawia wartość RowStyle w określonym indeksie.

public:
 property System::Windows::Forms::RowStyle ^ default[int] { System::Windows::Forms::RowStyle ^ get(int index); void set(int index, System::Windows::Forms::RowStyle ^ value); };
public System.Windows.Forms.RowStyle this[int index] { get; set; }
member this.Item(int) : System.Windows.Forms.RowStyle with get, set
Default Public Property Item(index As Integer) As RowStyle

Parametry

index
Int32

Indeks oparty na zerowej RowStyle wartości parametru do pobrania lub ustawienia.

Wartość właściwości

RowStyle

A RowStyle w określonym indeksie.

Dotyczy