Sdílet prostřednictvím


TableLayoutRowStyleCollection.Item[Int32] Vlastnost

Definice

Získá nebo nastaví hodnotu v zadaném indexu RowStyle .

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

Index založený na nule, který RowStyle chcete získat nebo nastavit.

Hodnota vlastnosti

RowStyle

A RowStyle v zadaném indexu.

Platí pro